BCGControlBar Library for .NET
TabAlignment Property (MdiTabsOptions)




Gets or sets which TabStrip control borders are docked to its parent control and determines how  it is resized within its parent.
Syntax
'Declaration
 
Public Property TabAlignment As DockStyle
'Usage
 
Dim instance As MdiTabsOptions
Dim value As DockStyle
 
instance.TabAlignment = value
 
value = instance.TabAlignment
public DockStyle TabAlignment {get; set;}
public: __property DockStyle get_TabAlignment();
public: __property void set_TabAlignment( 
   DockStyle value
);
public:
property DockStyle TabAlignment {
   DockStyle get();
   void set (    DockStyle 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