Class SLScope.TSLDisplayToolBar
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
(6 intermediate revisions by one user not shown) | |||
Line 26: | Line 26: | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' | + | '''public ref class''' DisplayToolBar : [[Class SLScope.TSLBasicDisplayToolBar|Mitov.PlotLab.BasicDisplayToolBar]] |
</code> | </code> | ||
== Summary == | == Summary == | ||
Line 76: | Line 76: | ||
=== Public === | === Public === | ||
+ | *[[Method function SLScope.TSLBasicDisplayToolBar.IsVisible() : Boolean|function IsVisible() : Boolean]] | ||
*[[Method procedure SLScope.TSLBasicDisplayToolBar.Draw(TLPCanvas)|procedure Draw(ACanvas : TLPCanvas)]] | *[[Method procedure SLScope.TSLBasicDisplayToolBar.Draw(TLPCanvas)|procedure Draw(ACanvas : TLPCanvas)]] | ||
*[[Method procedure SLScope.TSLBasicDisplayToolBar.Hide()|procedure Hide()]] | *[[Method procedure SLScope.TSLBasicDisplayToolBar.Hide()|procedure Hide()]] | ||
Line 85: | Line 86: | ||
=== Public === | === Public === | ||
*[[Property SLScope.TSLDisplayComponent.DrawRect|DrawRect]] | *[[Property SLScope.TSLDisplayComponent.DrawRect|DrawRect]] | ||
+ | |||
+ | == Methods == | ||
+ | |||
+ | === Public === | ||
+ | *[[Method function SLScope.TSLDisplayComponent.IsVisible() : Boolean|function IsVisible() : Boolean]] | ||
+ | *[[Method function SLScope.TSLDisplayComponent.GetOwner() : TPersistent|function GetOwner() : TPersistent]] | ||
== From [[Class LPComponent.TLPPersistent|TLPPersistent]] == | == From [[Class LPComponent.TLPPersistent|TLPPersistent]] == | ||
Line 91: | Line 98: | ||
=== Public === | === Public === | ||
+ | *[[Method function LPComponent.TLPPersistent.QueryInterface(TGUID;TObject) : HResult|function QueryInterface(IID : TGUID; Obj : TObject) : HResult]] | ||
+ | *[[Method function LPComponent.TLPPersistent.GetOwner() : TPersistent|function GetOwner() : TPersistent]] | ||
*[[Method procedure LPComponent.TLPPersistent.OwnerNameChanged(String;String)|procedure OwnerNameChanged(AOldName : String; ANewName : String)]] | *[[Method procedure LPComponent.TLPPersistent.OwnerNameChanged(String;String)|procedure OwnerNameChanged(AOldName : String; ANewName : String)]] | ||
[[Category:Classes]] | [[Category:Classes]] |
Latest revision as of 00:30, 26 June 2013
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 TSLDisplayToolBar = class( TSLBasicDisplayToolBar )
C++ Builder:
class TSLDisplayToolBar : public TSLBasicDisplayToolBar
Visual C++ (MFC):
class CTSLDisplayToolBar : public CTSLBasicDisplayToolBar
C# (.NET):
public ref class DisplayToolBar : Mitov.PlotLab.BasicDisplayToolBar
Summary
Visual toolbar for the data display components class.
Description
Defines visual toolbar for the data display components. The toolbars are created internally by the data displays. Do not make instances of this class or its descendants.
Example:
Properties
Published
- Position - Specifies the position of the toolbar.
- 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.