BCGControlBar Library for .NET
TabLayout Property




Specifies the manner in which tab items are allocated within the TabStrip control on the MDIContainer.
Syntax
'Declaration
 
Public Property TabLayout As TabStripLayout
'Usage
 
Dim instance As MdiTabsOptions
Dim value As TabStripLayout
 
instance.TabLayout = value
 
value = instance.TabLayout
public TabStripLayout TabLayout {get; set;}
public: __property TabStripLayout get_TabLayout();
public: __property void set_TabLayout( 
   TabStripLayout value
);
public:
property TabStripLayout TabLayout {
   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

MdiTabsOptions Class
MdiTabsOptions Members

Send Feedback