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
SftPrintPreview/DLL 2.0 - Print Preview Control (discontinued)
SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftDirectory 3.5 - File/Folder Control (discontinued)
SftMask/OCX 7.0 - Masked Edit Control
SftOptions 1.0 - Registry/INI Control (discontinued)
SftPrintPreview/OCX 1.0 - Print Preview Control (discontinued)
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTabs/NET 6.0 - Tab Control (discontinued)
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