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/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 appearance of all column footers.
Get
| VB.NET | Style = object.Appearance As SftTreeHeaderAppearanceConstants |
| VB | Style = object.Appearance As SftTreeHeaderAppearanceConstants |
| C#.NET | SftTreeHeaderAppearanceConstants Style = object.Appearance; |
| VC++ | enum SftTreeHeaderAppearanceConstants Style = object->Appearance; enum SftTreeHeaderAppearanceConstants Style = object->GetAppearance(); |
| C | HRESULT object->get_Appearance(enum SftTreeHeaderAppearanceConstants* Style); |
Put
| VB.NET | object.Appearance = Style As SftTreeHeaderAppearanceConstants |
| VB | object.Appearance = Style As SftTreeHeaderAppearanceConstants |
| C#.NET | SftTreeHeaderAppearanceConstants object.Appearance = Style; |
| VC++ | enum SftTreeHeaderAppearanceConstants object->Appearance = Style; void object->PutAppearance(enum SftTreeHeaderAppearanceConstants Style); |
| C | HRESULT object->put_Appearance(enum SftTreeHeaderAppearanceConstants Style); |
object
A SftTreeFooters object.
Defines the appearance of all column footers.
| Style | Value | Description |
|---|---|---|
| headerSftTreeNone | 0 | No column footers. The column footers and row/column footer are not displayed. The RowColumnFooter.Appearance property is also set to headerSftTreeNone. |
| headerSftTreeButton | 1 | Displays column footers as buttons. The column footers are displayed as buttons, which can be clicked by the user. The status of the each column footer button can be controlled using the Footer.Enabled and Footer.RemainUp properties. The currently pressed button can be defined using the Footers.Pressed property. |
| headerSftTreeText | 2 | Displays column footers as titles. |
The Appearance property defines the appearance of all column footers.
Individual column footers cannot override the appearance.
See Also SftTreeFooters Object | Object Hierarchy
