BCGControlBar Library for .NET
TabAlignment Property (MDIClientArea)




Specifies the position and manner in which a TabStrip is docked within the MDIClientArea.  In constructor the default value is set as DockStyle.Top.
Syntax
'Declaration
 
Public Property TabAlignment As DockStyle
'Usage
 
Dim instance As MDIClientArea
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

MDIClientArea Class
MDIClientArea Members

Send Feedback