BCGControlBar Library for .NET
TabStyle Property




Specifies the Visual Style of the TabStrip control on the MDIContainer.
Syntax
'Declaration
 
Public Property TabStyle As TabStripStyle
'Usage
 
Dim instance As MdiTabsOptions
Dim value As TabStripStyle
 
instance.TabStyle = value
 
value = instance.TabStyle
public TabStripStyle TabStyle {get; set;}
public: __property TabStripStyle get_TabStyle();
public: __property void set_TabStyle( 
   TabStripStyle value
);
public:
property TabStripStyle TabStyle {
   TabStripStyle get();
   void set (    TabStripStyle value);
}
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

MdiTabsOptions Class
MdiTabsOptions Members

Send Feedback