C1.Web.Mvc Namespace / AutoCompleteBase<T> Class / HandleWheel Property

In This Topic
HandleWheel Property (AutoCompleteBase<T>)
In This Topic
Gets or sets a value that determines whether the user can use the mouse wheel to change the currently selected item.
Syntax
'Declaration
 
<DefaultValueAttribute(True)>
Public Property HandleWheel As Boolean
 
Remarks
The default value for this property is **true**.
See Also