Enum SLScope.TSLToolBarHostView
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 TSLToolBarHostView = (thvDisplay, thvDataView);
C++ Builder:
enum TSLToolBarHostView {thvDisplay, thvDataView};
Visual C++ (MFC):
enum CTSLToolBarHostView {thvDisplay, thvDataView};
Summary
ToolBar host view enumeration.
Description
Defines the hosting view for the ToolBar. The toolbar offset is calculated from the position and size of the hosting view.
Values
thvDisplay | Hosted by the Display. |
thvDataView | Hosted by the Data View. |