Table of Contents

Method CanDockPanel

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

CanDockPanel(IAuiPaneInfo)

Check if a key modifier is pressed (actually Control or Alt) while dragging the frame to not dock the window.

public bool CanDockPanel(IAuiPaneInfo paneInfo)

Parameters

paneInfo IAuiPaneInfo

Panel information.

Returns

bool

true if panel can be docked, false otherwise.