Class SLScope.TSLDisplayViewBackground
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 9: | Line 9: | ||
'''Unit:''' [[Unit SLScope|SLScope]] | '''Unit:''' [[Unit SLScope|SLScope]] | ||
− | '''Inherits:''' [[Class LPComponent. | + | '''Inherits:''' [[Class LPComponent.TLPPersistentNotify|TLPPersistentNotify]] |
== Syntax == | == Syntax == | ||
=== Delphi: === | === Delphi: === | ||
<code> | <code> | ||
− | '''type''' TSLDisplayViewBackground = '''class'''( [[Class LPComponent. | + | '''type''' TSLDisplayViewBackground = '''class'''( [[Class LPComponent.TLPPersistentNotify|TLPPersistentNotify]] ) |
</code> | </code> | ||
=== C++ Builder: === | === C++ Builder: === | ||
<code> | <code> | ||
− | '''class''' TSLDisplayViewBackground : '''public''' [[Class LPComponent. | + | '''class''' TSLDisplayViewBackground : '''public''' [[Class LPComponent.TLPPersistentNotify|TLPPersistentNotify]] |
</code> | </code> | ||
=== Visual C++ (MFC): === | === Visual C++ (MFC): === | ||
<code> | <code> | ||
− | '''class''' CTSLDisplayViewBackground : '''public''' [[Class LPComponent. | + | '''class''' CTSLDisplayViewBackground : '''public''' [[Class LPComponent.TLPPersistentNotify|CTLPPersistentNotify]] |
</code> | </code> | ||
=== C# (.NET): === | === C# (.NET): === | ||
Line 39: | Line 39: | ||
*[[Property SLScope.TSLDisplayViewBackground.Color|Color]] - Specifies custom color for the view. | *[[Property SLScope.TSLDisplayViewBackground.Color|Color]] - Specifies custom color for the view. | ||
*[[Property SLScope.TSLDisplayViewBackground.UseControlColor|UseControlColor]] - Specifies how the view color will be selected. | *[[Property SLScope.TSLDisplayViewBackground.UseControlColor|UseControlColor]] - Specifies how the view color will be selected. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
[[Category:Classes]] | [[Category:Classes]] |
Revision as of 20:29, 10 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: TLPPersistentNotify
Contents |
Syntax
Delphi:
type TSLDisplayViewBackground = class( TLPPersistentNotify )
C++ Builder:
class TSLDisplayViewBackground : public TLPPersistentNotify
Visual C++ (MFC):
class CTSLDisplayViewBackground : public CTLPPersistentNotify
C# (.NET):
public ref class TSLDisplayViewBackground : Vcl.VclProperty
Summary
Display Background settings class.
Description
Defines display Background settings class.
Properties
Published
- Color - Specifies custom color for the view.
- UseControlColor - Specifies how the view color will be selected.