TcxCustomEditProperties.UseMouseWheel Property
Specifies whether an editor responds to mouse wheel rotation.
Declaration
property UseMouseWheel: Boolean read; write; default True;
Property Value
Type | Default | Description |
---|---|---|
Boolean | True | If |
Remarks
The UseMouseWheel
property affects both in-place and standalone editors.
Note
Certain descendants of the TcxCustomEdit class can change the UseMouseWheel
property’s behavior.
The UseMouseWheel
property’s default value is True
.
See Also