HotTrackSelectMode Enum
Enumerates values that specify how list box items are selected when item hot-tracking is enabled.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Members
Name | Description |
---|---|
Select
|
If item hot-tracking is enabled, an item is selected when hovering over it with the mouse. |
Select
|
If item hot-tracking is enabled, an item is selected when clicked. This option is not in effect if the Base |
Select
|
The same as the Hot If item skinning is enabled via the Base |
#Related API Members
The following properties accept/return HotTrackSelectMode values:
#Remarks
Use the BaseListBoxControl.HotTrackSelectMode property to specify how list box items must be selected when item hot-tracking is enabled. Item hot-tracking can be enabled via the BaseListBoxControl.HotTrackItems option.