Enum SLScope.TSLDisplayNavigateMode
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 TSLDisplayNavigateMode = (nmZoom, nmPan);
C++ Builder:
enum TSLDisplayNavigateMode {nmZoom, nmPan};
Visual C++ (MFC):
enum CTSLDisplayNavigateMode {nmZoom, nmPan};
Summary
Display navigation mode enumeration.
Description
Defines enumeration for the way the display will be navigated with the mouse. (Zoom or Pan)
Values
nmZoom | Zoom navigation mode. |
nmPan | Pan navigation mode. |