Method CanDockPanel
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
IAuiPaneInfoPanel information.
Returns
- bool
true
if panel can be docked,false
otherwise.