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
SftPrintPreview/DLL 2.0 - Print Preview Control (discontinued)
SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftDirectory 3.5 - File/Folder Control (discontinued)
SftMask/OCX 7.0 - Masked Edit Control
SftOptions 1.0 - Registry/INI Control (discontinued)
SftPrintPreview/OCX 1.0 - Print Preview Control (discontinued)
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTabs/NET 6.0 - Tab Control (discontinued)
SftTree/NET 2.0 - Tree Control
Defines the row/column footer's appearance.
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 SftTreeRowColumnFooter object.
Style
Defines the row/column footer's appearance.
Style | Value | Description |
---|---|---|
headerSftTreeNone | 0 | The row/column footer, column footers and row headers are not displayed. The Footers.Appearance, RowColumnHeader.Appearance and RowHeaders.Appearance properties are set to headerSftTreeNone and rowheaderSftTreeNone. |
headerSftTreeButton | 1 | Displays the row/column footer as a button. The row/column footer is displayed as a button, which can be clicked by the user. The status of the row/column footer button can be controlled using the RowColumnFooter.Enabled and RowColumnFooter.RemainUp properties. The current button status can be defined using the RowColumnFooter.ButtonDown property. |
headerSftTreeText | 2 | Displays the row/column footer as a title. |
The Appearance property defines the row/column footer's appearance.
The width of the row/column footer (and row header area) is defined using the RowHeaders.Width property.
See Also SftTreeRowColumnFooter Object | Object Hierarchy