|
|
|
SftBoxDropDown.HoverButton Property |
Defines whether the drop down button changes appearance when the mouse cursor is located on the drop down button.
Syntax
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;
|
||
C |
HRESULT object->get_HoverButton(VARIANT_BOOL* Boolean); |
||
Delphi |
Boolean := object.HoverButton : WordBool; |
||
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;
|
||
C |
HRESULT object->put_HoverButton(VARIANT_BOOL Boolean); |
||
Delphi |
object.HoverButton := Boolean : WordBool; |
object
A SftBoxDropDown 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. |
Comments
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.