Class SLScope.TSLLegendViewButtonSettings
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: TSLBasicViewButtonSettings
Contents |
Syntax
Delphi:
type TSLLegendViewButtonSettings = class( TSLBasicViewButtonSettings )
C++ Builder:
class TSLLegendViewButtonSettings : public TSLBasicViewButtonSettings
Visual C++ (MFC):
class CTSLLegendViewButtonSettings : public CTSLBasicViewButtonSettings
C# (.NET):
public ref class LegendViewButtonSettings : Mitov.PlotLab.BasicViewButtonSettings
Summary
Legend view button settings class.
Description
Defines class to specify the lagend view buttons settings defining how the buttons will behave.
Properties
Published
- GlyphColor - Specifies the glyph color of the button.
- BorderColor - Specifies the border color of the button.
- ButtonColor - Specifies the button color.
- DisabledColor - Specifies the disabled color of the button.
From TSLBasicViewButtonSettings
Properties
Published
- MouseOverBorderColor - Specifies the border color of a button when the mouse button is over it.
- MouseOverColor - 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.
- MouseDownColor - Specifies the background color of a button when the mouse button is down over it.
- Cursor - Specifies the mouse cursor to be shown when moving over the button.
- Enabled - Enables the View buttons.