BCGControlBar Library for .NET
TabStripControl Property (MDIContainer)




Specifies the child tab strip control  for the MDIContainer.
Syntax
'Declaration
 
Public ReadOnly Property TabStripControl As TabStrip
'Usage
 
Dim instance As MDIContainer
Dim value As TabStrip
 
value = instance.TabStripControl
public TabStrip TabStripControl {get;}
public: __property TabStrip* get_TabStripControl();
public:
property TabStrip^ TabStripControl {
   TabStrip^ 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

MDIContainer Class
MDIContainer Members

Send Feedback