BCGSoft.ControlBars Namespace > AutoHidePanel Class : RemoveDockingPane Method |
The boolean variable, which indicates, if it is necessary to adjust the layout of AutoHideButtons after removing docking pane.
'Declaration Public Sub RemoveDockingPane( _ ByVal button As AutoHideButton, _ ByVal barsInGroup As ArrayList, _ ByVal adjustLayout As Boolean _ )
'Usage Dim instance As AutoHidePanel Dim button As AutoHideButton Dim barsInGroup As ArrayList Dim adjustLayout As Boolean instance.RemoveDockingPane(button, barsInGroup, adjustLayout)
public void RemoveDockingPane( AutoHideButton button, ArrayList barsInGroup, bool adjustLayout )
public: void RemoveDockingPane( AutoHideButton* button, ArrayList* barsInGroup, bool adjustLayout )
public: void RemoveDockingPane( AutoHideButton^ button, ArrayList^ barsInGroup, bool adjustLayout )
The AutoHideButton related to the docking pane to remove.
The boolean variable, which indicates, if it is necessary to adjust the layout of AutoHideButtons after removing docking pane.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2