SftButton/DLL 3.0 - Button Control (Coming Soon)
SftTabs/DLL 7.0 - Tab Control (Coming Soon)
SftTree/DLL 7.5 - Tree Control
SftTree/DLL 8.0 - Tree Control (Coming Soon)
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTree/NET 2.0 - Tree Control
Defines the text alignment for all row headers.
Deprecated - Provided for compatibility with earlier versions only - Use RowHeaders.TextHAlign instead
Get
| VB.NET | Align = object.Align As SftBoxAlignConstants |
| VB | Align = object.Align As SftBoxAlignConstants |
| C#.NET | SftBoxAlignConstants Align = object.Align; |
| VC++ | enum SftBoxAlignConstants Align = object->Align; enum SftBoxAlignConstants Align = object->GetAlign(); |
| C | HRESULT object->get_Align(enum SftBoxAlignConstants* Align); |
Put
| VB.NET | object.Align = Align As SftBoxAlignConstants |
| VB | object.Align = Align As SftBoxAlignConstants |
| C#.NET | SftBoxAlignConstants object.Align = Align; |
| VC++ | enum SftBoxAlignConstants object->Align = Align; void object->PutAlign(enum SftBoxAlignConstants Align); |
| C | HRESULT object->put_Align(enum SftBoxAlignConstants Align); |
object
Align
Defines the text alignment for all row headers.
| Name | Value | Description |
|---|---|---|
| constSftBoxLeft | 0 | The row header text and/or graphic component are left aligned. |
| constSftBoxCenter | 1 | The row header text and/or graphic component are centered. |
| constSftBoxRight | 2 | The row header text and/or graphic component are right aligned. |
Deprecated - Provided for compatibility with earlier versions only - Use RowHeaders.TextHAlign instead
The Align property defines the text alignment for all row headers.
Individual row headers can override the default text alignment using the RowHeader.TextHAlign property.
The RowHeaders.TextVAlign property can be used to define the default vertical alignment of text in all row headers.
See Also SftBoxRowHeaders Object | Object Hierarchy
