[]
Gets or sets a value that indicates whether the user can navigate with the mouse wheel.
[Browsable(true)]
public bool NavigateOnWheel { get; set; }
<Browsable(True)>
Public Property NavigateOnWheel As Boolean
Type | Description |
---|---|
bool | A bool type that represents the value. The default is true.. |
If this property is set to false, the DropDownCalendar does not navigate using the mouse wheel.