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