Hide

SftBox/OCX 5.0 - Combo Box Control

Display
Print

SftBoxItems.CursorSelect Property

Defines the selection behavior of cursor movement.

Syntax

Get

VB.NETBoolean = object.CursorSelect As Boolean
VBBoolean = object.CursorSelect As Boolean
C#.NETbool Boolean = object.CursorSelect;
VC++VARIANT_BOOL Boolean = object->CursorSelect;
VARIANT_BOOL Boolean = object->GetCursorSelect();
CHRESULT object->get_CursorSelect(VARIANT_BOOL* Boolean);

Put

VB.NETobject.CursorSelect = Boolean As Boolean
VBobject.CursorSelect = Boolean As Boolean
C#.NETbool object.CursorSelect = Boolean;
VC++VARIANT_BOOL object->CursorSelect = Boolean;
void object->PutCursorSelect(VARIANT_BOOL Boolean);
CHRESULT object->put_CursorSelect(VARIANT_BOOL Boolean);

object

A SftBoxItems object.

Boolean

Defines the selection behavior of cursor movement.

BooleanDescription
TrueAs the mouse cursor moves over the drop down portion, the selection follows the mouse cursor. The item under the mouse cursor is highlighted, but SelectionChange events do not occur. When the user clicks the mouse button on an item or hits the ENTER key, the SelectionChange event occurs.
FalseThe selection does not follow the mouse cursor and remains as-is.

Comments

The CursorSelect property defines the selection behavior of cursor movement.

This property has no effect on a simple combo box. It only affects the drop down portion.

See Also SftBoxItems Object | Object Hierarchy


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