Class SLScope.TSLBasicViewButtonSettings
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: TLPPersistentNotify
Contents |
Syntax
Delphi:
type TSLBasicViewButtonSettings = class( TLPPersistentNotify )
C++ Builder:
class TSLBasicViewButtonSettings : public TLPPersistentNotify
Visual C++ (MFC):
class CTSLBasicViewButtonSettings : public CTLPPersistentNotify
C# (.NET):
public ref class TSLBasicViewButtonSettings : Vcl.VclProperty
Summary
View button settings class.
Description
Defines class to specify the view buttons settings defining how the buttons will behave.
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.