|
|
|
|
Alignment Property, ButtonsClass Class |
Defines the alignment of the Close, Minimize and Restore buttons.
Syntax ButtonsClass Class (Softelvdm.SftTabsNET)
VB |
Public Property Alignment As ButtonAlignmentEnum |
C# |
public ButtonAlignmentEnum Alignment { get; set; } |
C++ |
public: property ButtonAlignmentEnum Alignment { |
Property Value
The button alignment.
Value |
Description |
|
0 | The buttons appear near the tab control's visible border (touching the border of the tab page). | |
1 | The buttons appear centered within the tab control's visible border and the outside edge of the tab control window. | |
2 | The buttons appear aligned with the outside edge of the tab control window. |
The default value is ButtonAlignmentEnum.Near.
Comments
The Alignment property defines the alignment of the Close, Minimize and Restore buttons.
The scroll button alignment is defined using the Scrolling.ButtonAlignment property.