BCGControlBar Library for .NET
IsTabbed Method




Returns true, if the BCGDockingPane control  is on the tabbed group. 
It means that it has a parent TabbedGroup control itself or it is a descendant of any TabbedGroup control.

Syntax
'Declaration
 
Public Function IsTabbed() As Boolean
'Usage
 
Dim instance As DockingPane
Dim value As Boolean
 
value = instance.IsTabbed()
public bool IsTabbed()
public: bool IsTabbed(); 
public:
bool IsTabbed(); 
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

DockingPane Class
DockingPane Members

Send Feedback