Class SLScope.TSLDisplayToolBarButton
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: TLPPersistent
Contents |
Syntax
Delphi:
type TSLDisplayToolBarButton = class( TLPPersistent )
C++ Builder:
class TSLDisplayToolBarButton : public TLPPersistent
Visual C++ (MFC):
class CTSLDisplayToolBarButton : public CTLPPersistent
C# (.NET):
public ref class DisplayToolBarButton : Vcl.VclProperty
Summary
Toolbar button settings class.
Description
Defines toolbar button settings class.
Properties
Published
- Visible - Specifies if the toolbar button will be visible.
Methods
Public
- procedure PerformClick() - Executes click operation for the button.
Events
- OnClick - Occurs when the user clicks on the button.