Class SLScope.TSLAxisToolBar
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
Inherits: TSLBasicDisplayToolBar
Contents |
Syntax
Delphi:
type TSLAxisToolBar = class( TSLBasicDisplayToolBar )
C++ Builder:
class TSLAxisToolBar : public TSLBasicDisplayToolBar
Visual C++ (MFC):
class CTSLAxisToolBar : public CTSLBasicDisplayToolBar
C# (.NET):
public ref class AxisToolBar : Mitov.PlotLab.BasicDisplayToolBar
Summary
The toolbar area of the control axis.
Description
Use this property to access the properties of the axis toolbar.
Properties
Published
- Buttons - Specifies the button settings for the toolbar.
Methods
Public
From TSLBasicDisplayToolBar
Properties
Published
- Visible - Specifies if the toolbar will be visible.
- AutoHide - When set to True, the toolbar will hide when the mouse leaves the component.
- GlyphColor - Specifies the glyph color of the buttons.
- BorderColor - Specifies the border color of the buttons.
- ButtonColor - Specifies the background color of the buttons.
- MouseOverBorderColor - Specifies the border color of a button when the mouse button is over it.
- MouseOverButtonColor - Specifies the background color of a button when the mouse button is over it.
- MouseDownBorderColor - Specifies the border color of a button when the mouse button is down over it.
- MouseDownButtonColor - Specifies the background color of a button when the mouse button is down over it.
- DisabledColor - Specifies the disabled glyph color of the buttons.
- Cursor - Specifies the mouse cursor to be shown when moving over a button in the toolbar.