SftButton/DLL 3.0 - Button Control (Coming Soon)
SftTabs/DLL 7.0 - Tab Control (Coming Soon)
SftTree/DLL 7.5 - Tree Control
SftTree/DLL 8.0 - Tree Control (Coming Soon)
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
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
SftTree/NET 2.0 - Tree Control
Defines the selection behavior of cursor movement.
Get
| VB.NET | Boolean = object.CursorSelect As Boolean |
| VB | Boolean = object.CursorSelect As Boolean |
| C#.NET | bool Boolean = object.CursorSelect; |
| VC++ | VARIANT_BOOL Boolean = object->CursorSelect; VARIANT_BOOL Boolean = object->GetCursorSelect(); |
| C | HRESULT object->get_CursorSelect(VARIANT_BOOL* Boolean); |
Put
| VB.NET | object.CursorSelect = Boolean As Boolean |
| VB | object.CursorSelect = Boolean As Boolean |
| C#.NET | bool object.CursorSelect = Boolean; |
| VC++ | VARIANT_BOOL object->CursorSelect = Boolean; void object->PutCursorSelect(VARIANT_BOOL Boolean); |
| C | HRESULT object->put_CursorSelect(VARIANT_BOOL Boolean); |
object
Boolean
Defines the selection behavior of cursor movement.
| Boolean | Description |
|---|---|
| True | As 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. |
| False | The selection does not follow the mouse cursor and remains as-is. |
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
