Hide

SftBox/OCX 5.0 - Combo Box Control

Display
Print

SftBoxDropDown.HoverButton Property

Defines whether the drop down button changes appearance when the mouse cursor is located on the drop down button.

Syntax

Get

VB.NETBoolean = object.HoverButton As Boolean
VBBoolean = object.HoverButton As Boolean
C#.NETbool Boolean = object.HoverButton;
VC++VARIANT_BOOL Boolean = object->HoverButton;
VARIANT_BOOL Boolean = object->GetHoverButton();
CHRESULT object->get_HoverButton(VARIANT_BOOL* Boolean);

Put

VB.NETobject.HoverButton = Boolean As Boolean
VBobject.HoverButton = Boolean As Boolean
C#.NETbool object.HoverButton = Boolean;
VC++VARIANT_BOOL object->HoverButton = Boolean;
void object->PutHoverButton(VARIANT_BOOL Boolean);
CHRESULT object->put_HoverButton(VARIANT_BOOL Boolean);

object

A SftBoxDropDown object.

Boolean

Defines whether the drop down button changes appearance when the mouse cursor is located on the drop down button.

BooleanDescription
TrueThe drop down button changes appearance when the mouse cursor is located on the drop down button.
FalseThe 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.

See Also SftBoxDropDown Object | Object Hierarchy


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.