BCGControlBar Library for .NET
RemoveDockingPane Method (AutoHidePanel)




The AutoHideButton related to the docking pane to remove.

The Arraylist of docking panes related to the AutoHideButtons from the same group as the specified AutoHideButton.

The boolean variable, which indicates, if it is necessary to adjust the layout of AutoHideButtons after removing docking pane.

Removes  from the AutoHidePanel a docking pane related to the  specified AutoHideButton  and this AutoHideButton.
Syntax
'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
) 

Parameters

button

The AutoHideButton related to the docking pane to remove.

barsInGroup
The Arraylist of docking panes related to the AutoHideButtons from the same group as the specified AutoHideButton.
adjustLayout

The boolean variable, which indicates, if it is necessary to adjust the layout of AutoHideButtons after removing docking pane.

Requirements

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

See Also

Reference

AutoHidePanel Class
AutoHidePanel Members

Send Feedback