SftBox/OCX 4.5

SftBoxDropDown.HoverButton Property

Softel vdm, Inc.

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

Syntax       

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);

Delphi

Boolean := object.HoverButton   : WordBool;

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);

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.


Feedback / comments / error reports for this topic
© 2008 - Softel vdm, Inc. - www.softelvdm.com