ToolbarButton
Class consists of the following properties:
Property |
Description |
Data Type |
Default |
CrosshairsPressed | This is a read-only property. Returns a boolean indicating whether or not the Crosshairs button is pressed. | Boolean | Not applicable |
CrosshairsToolTipText |
Determines the tool tip text to display for the Crosshairs button. |
String |
"Crosshairs" |
CrosshairsVisible |
Determines whether or not the Crosshairs button is displayed in
the Toolbar. |
Boolean |
TRUE |
ExportDataDelimiter | Determines the delimiter string to use to separate the data. | String | vbTab |
ExportDataDestination | Determines where the data will be exported to. |
Enumerated type consisting of the following options:
|
edFile |
ExportDataToolTipText |
Determines the tool tip text to display for the the Export Data button.
Also used as the title of the ExportData dialog. |
String |
"Export Data" |
ExportDataVisible |
Determines whether or not the Export Data button is displayed in
the Toolbar. |
Boolean |
TRUE |
ExportDataVisibleProfilesOnly |
Determines whether only data from visible profiles are exported,
or data from all profiles are exported. |
Boolean |
FALSE |
PanPressed | This is a read-only property. Returns a boolean indicating whether or not the Pan button is pressed. | Boolean | Not applicable |
PanToolTipText |
Determines the tool tip text to display for the the Pan button. |
String |
"Pan" |
PanVisible |
Determines whether or not the Pan button is displayed in the
Toolbar. |
Boolean |
TRUE |
PrintToolTipText |
Determines the tool tip text to display for the the Print Chart button. |
String |
"Print Chart" |
PrintVisible |
Determines whether or not the Print Chart button is displayed in
the Toolbar. |
Boolean |
TRUE |
SaveImageToolTipText |
Determines the tool tip text to display for the the Save Image button.
Also used as the title of the SaveImage dialog. |
String |
"Save Image" |
SaveImageVisible |
Determines whether or not the Save Image button is displayed in
the Toolbar. |
Boolean |
TRUE |
ZoomInOutPressed | This is a read-only property. Returns a boolean indicating whether or not the Zoom in/out button is pressed. | Boolean | Not applicable |
ZoomInOutToolTipText |
Determines the tool tip text to display for the the Zoom in/out button. |
String |
"Zoom in/out" |
ZoomOutAllPressed | This is a read-only property. Returns a boolean indicating whether or not the Zoom out all button is pressed. | Boolean | Not applicable |
ZoomOutAllToolTipText |
Determines the tool tip text to display for the the Zoom out all button. |
String |
"Zoom out all" |
ZoomVisible |
Determines whether or not the Zoom in/out and Zoom out all buttons
are displayed in the Toolbar. |
Boolean |
TRUE |