BCGControlBar Library for .NET
DockAlignment Property




Specifies the edge of the tab control where the tab strip should be located.
Syntax
'Declaration
 
Public Property DockAlignment As DockStyle
'Usage
 
Dim instance As TabStrip
Dim value As DockStyle
 
instance.DockAlignment = value
 
value = instance.DockAlignment
public DockStyle DockAlignment {get; set;}
public: __property DockStyle get_DockAlignment();
public: __property void set_DockAlignment( 
   DockStyle value
);
public:
property DockStyle DockAlignment {
   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

TabStrip Class
TabStrip Members

Send Feedback