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 drop down button follows button clicks.
Get
| VB.NET | Boolean = object.DropDownFollows As Boolean |
| VB | Boolean = object.DropDownFollows As Boolean |
| C#.NET | bool Boolean = object.DropDownFollows; |
| VC++ | VARIANT_BOOL Boolean = object->DropDownFollows; VARIANT_BOOL Boolean = object->GetDropDownFollows(); |
| C | HRESULT object->get_DropDownFollows(VARIANT_BOOL* Boolean); |
Put
| VB.NET | object.DropDownFollows = Boolean As Boolean |
| VB | object.DropDownFollows = Boolean As Boolean |
| C#.NET | bool object.DropDownFollows = Boolean; |
| VC++ | VARIANT_BOOL object->DropDownFollows = Boolean; void object->PutDropDownFollows(VARIANT_BOOL Boolean); |
| C | HRESULT object->put_DropDownFollows(VARIANT_BOOL Boolean); |
object
Boolean
Defines whether the drop down button follows button clicks.
| Boolean | Description |
|---|---|
| True | If the button is pressed or released, the drop down button is also displayed in the same position. |
| False | If the button is pressed or released, this has no effect on the drop down button. |
The DropDownFollows property defines whether the drop down button follows button clicks.
The button and drop down button portion are usually independent, but using the DropDownFollows or Follows properties, one can mimic the state of the other.
See Also SftButton Object | Object Hierarchy
