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 whether the drop down button changes appearance when the mouse cursor is located on the drop down button.
Get
VB.NET | Boolean = object.HoverButton As Boolean |
VB | Boolean = object.HoverButton As Boolean |
C#.NET | bool Boolean = object.HoverButton; |
VC++ | VARIANT_BOOL Boolean = object->HoverButton; VARIANT_BOOL Boolean = object->GetHoverButton(); |
C | HRESULT object->get_HoverButton(VARIANT_BOOL* Boolean); |
Put
VB.NET | object.HoverButton = Boolean As Boolean |
VB | object.HoverButton = Boolean As Boolean |
C#.NET | bool object.HoverButton = Boolean; |
VC++ | VARIANT_BOOL object->HoverButton = Boolean; void object->PutHoverButton(VARIANT_BOOL Boolean); |
C | HRESULT object->put_HoverButton(VARIANT_BOOL Boolean); |
object
Boolean
Defines whether the drop down button changes appearance when the mouse cursor is located on the drop down button.
Boolean | Description |
---|---|
True | The drop down button changes appearance when the mouse cursor is located on the drop down button. |
False | The drop down button does not change appearance when the mouse cursor is located on the drop down button. |
The HoverButton property defines whether the drop down button changes appearance when the mouse cursor is located on the drop down button.
If the DropDown.ButtonStyle property is set to constSftBoxDDStyleClassic, this property has no effect and the drop down button appearance does not change.
See Also SftBoxDropDown Object | Object Hierarchy