Multi Column Combo BoxMouse Tracking Property
Gets or sets whether or not the selection tracks with the mouse as it moves over the items in the
drop-down.
Definition
Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
True 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.
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public bool MouseTracking { get; set; }VB
Public Property MouseTracking As Boolean
Get
SetC++
public:
property bool MouseTracking {
bool get ();
void set (bool value);
}F#
member MouseTracking : bool with get, setProperty 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.