BCGControlBar Library for .NET
DoesContainBar Method




The docking pane or splitter control to  evaluate.
Retrieves a value indicating whether the specified pane is a child of the docking container. This pane can be the default splitter of the docking container, the splitter from the splitters' collection and the docking pane from the collection of the docking panes.
Syntax
'Declaration
 
Public Function DoesContainBar( _
   ByVal pane As Control _
) As Boolean
'Usage
 
Dim instance As DockingContainer
Dim pane As Control
Dim value As Boolean
 
value = instance.DoesContainBar(pane)
public bool DoesContainBar( 
   Control pane
)
public: bool DoesContainBar( 
   Control* pane
) 
public:
bool DoesContainBar( 
   Control^ pane
) 

Parameters

pane
The docking pane or splitter control to  evaluate.
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

DockingContainer Class
DockingContainer Members

Send Feedback