Property SLScope.TSLBasicDisplayZoom.MouseWheelEnabled
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Class: TSLBasicDisplayZoom
Contents |
Syntax
Delphi:
property MouseWheelEnabled : Boolean read FMouseWheelEnabled write FMouseWheelEnabled default True;
C++ Builder:
__property bool MouseWheelEnabled = { read=FMouseWheelEnabled, write=FMouseWheelEnabled, default=True };
Summary
Enables the zooming with the mouse wheel.
Description
If set to True the zooming with the mouse wheel is enabled.
Otherwise the zooming with the mouse wheel is disabled.