BCGControlBar Library for .NET
Layout Property (TabControlEx)




Specifies the style of the layout of tabs.
Syntax
'Declaration
 
Public Property Layout As TabStripLayout
'Usage
 
Dim instance As TabControlEx
Dim value As TabStripLayout
 
instance.Layout = value
 
value = instance.Layout
public TabStripLayout Layout {get; set;}
public: __property TabStripLayout get_Layout();
public: __property void set_Layout( 
   TabStripLayout value
);
public:
property TabStripLayout Layout {
   TabStripLayout get();
   void set (    TabStripLayout 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

TabControlEx Class
TabControlEx Members

Send Feedback