SftButton/DLL 3.0 - Button Control
SftTree/DLL 8.0 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 4.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 8.0 - Tree Control
SftButton/DLL 3.0 - Button Control
SftTree/DLL 8.0 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 4.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 8.0 - Tree Control
SftTree/NET 2.0 - Tree Control
Defines whether the button follows drop down button clicks.
Get
| VB.NET | Boolean = object.Follows As Boolean |
| VB | Boolean = object.Follows As Boolean |
| C#.NET | bool Boolean = object.Follows; |
| VC++ | VARIANT_BOOL Boolean = object->Follows; VARIANT_BOOL Boolean = object->GetFollows(); |
| C | HRESULT object->get_Follows(VARIANT_BOOL* Boolean); |
Put
| VB.NET | object.Follows = Boolean As Boolean |
| VB | object.Follows = Boolean As Boolean |
| C#.NET | bool object.Follows = Boolean; |
| VC++ | VARIANT_BOOL object->Follows = Boolean; void object->PutFollows(VARIANT_BOOL Boolean); |
| C | HRESULT object->put_Follows(VARIANT_BOOL Boolean); |
object
Boolean
Defines whether the button follows drop down button clicks.
| Boolean | Description |
|---|---|
| True | If the drop down button is pressed or released, the button portion is also displayed in the same position. |
| False | If the drop down button is pressed or released, this has no effect on the button portion. |
The Follows property defines whether the button follows drop down button clicks.
The button and drop down button portion are usually independent, but using the Follows or DropDownFollows properties, one can mimic the state of the other.
See Also SftButton Object | Object Hierarchy
