Method Dockable
Dockable(bool)
Specifies whether a frame can be docked or not.
IAuiPaneInfo Dockable(bool b = true)
Parameters
b
bool
Returns
- IAuiPaneInfo
Returns this pane info instance.
Remarks
It is the same as specifying TopDockable(bool), BottomDockable(bool), LeftDockable(bool) and RightDockable(bool) with the same parameter value.