Enum SLScope.TSLZoomOperation
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.
Package: SignalLabScopePkg
Unit: SLScope
Contents |
Syntax
Delphi:
type TSLZoomOperation = (zoUndo, zoRedo, zoMousePan, zoMouseWheel, zoZoom, zoZoomOff);
C++ Builder:
enum TSLZoomOperation {zoUndo, zoRedo, zoMousePan, zoMouseWheel, zoZoom, zoZoomOff};
Visual C++ (MFC):
enum CTSLZoomOperation {zoUndo, zoRedo, zoMousePan, zoMouseWheel, zoZoom, zoZoomOff};
Summary
Zoom types enumeration.
Description
Defines enumeration for the different zoom types in the OnZoomChanged event.
Values
zoUndo | |
zoRedo | |
zoMousePan | |
zoMouseWheel | |
zoZoom | |
zoZoomOff |