MultiColumnComboBoxMouseTracking Property
Gets or sets whether or not the selection tracks with the mouse as it moves over the items in the
drop-down.
Namespace: EWSoftware.ListControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public bool MouseTracking { get; set; }
Public Property MouseTracking As Boolean
Get
Set
public:
property bool MouseTracking {
bool get ();
void set (bool value);
}
member MouseTracking : bool with get, set
Property Value
BooleanTrue by default. If false, the selection in the drop-down will not track with the mouse
cursor. This option is only used in
DropDown and
DropDownList mode. In
Simple
mode, the selection never tracks the mouse cursor.