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 column footer's button appearance.
Get
VB.NET | Style = object.Button As SftTreeFooterButtonConstants |
VB | Style = object.Button As SftTreeFooterButtonConstants |
C#.NET | SftTreeFooterButtonConstants Style = object.Button; |
VC++ | enum SftTreeFooterButtonConstants Style = object->Button; enum SftTreeFooterButtonConstants Style = object->GetButton(); |
C | HRESULT object->get_Button(enum SftTreeFooterButtonConstants* Style); |
Put
VB.NET | object.Button = Style As SftTreeFooterButtonConstants |
VB | object.Button = Style As SftTreeFooterButtonConstants |
C#.NET | SftTreeFooterButtonConstants object.Button = Style; |
VC++ | enum SftTreeFooterButtonConstants object->Button = Style; void object->PutButton(enum SftTreeFooterButtonConstants Style); |
C | HRESULT object->put_Button(enum SftTreeFooterButtonConstants Style); |
object
A SftTreeFooter object.
Style
Defines the column footer's button appearance.
Name | Value | Description |
---|---|---|
footerButtonSftTreeNone | 0 | None. No footer dropdown/filter button is shown. |
footerButtonSftTreeDropDown | 1 | DropDown. The footer displays a footer dropdown button. |
footerButtonSftTreeFilter | 2 | Filter. The footer displays a footer filter button. |
The Button property defines the column footer's button appearance.
See Also SftTreeFooter Object | Object Hierarchy