BCGControlBar Library for .NET
TabbedPane Property




Gets a DockingPane, which was created as a result of creation of tabbed group. This parameter is meaningful only for TabDockingPane event.
Syntax
'Declaration
 
Public ReadOnly Property TabbedPane As DockingPane
'Usage
 
Dim instance As DockEventArgs
Dim value As DockingPane
 
value = instance.TabbedPane
public DockingPane TabbedPane {get;}
public: __property DockingPane* get_TabbedPane();
public:
property DockingPane^ TabbedPane {
   DockingPane^ get();
}
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

DockEventArgs Class
DockEventArgs Members

Send Feedback