Class LPControl.TSLOptionalLabel
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
(One intermediate revision by one user not shown) | |||
Line 5: | Line 5: | ||
</span></b> | </span></b> | ||
− | '''Package:''' [[Package | + | '''Package:''' [[Package Mitov.BasicLab|Mitov.BasicLab]] |
'''Unit:''' [[Unit LPControl|LPControl]] | '''Unit:''' [[Unit LPControl|LPControl]] | ||
Line 26: | Line 26: | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' | + | '''public ref class''' OptionalLabel : [[Class LPControl.TSLBasicOptionalLabel|Mitov.SignalLab.BasicOptionalLabel]] |
</code> | </code> | ||
== Summary == | == Summary == | ||
− | Optional | + | Optional Label properties class. |
== Description == | == Description == | ||
− | Defines an optional | + | Defines an optional Label properties class. |
== Properties == | == Properties == | ||
=== Published === | === Published === | ||
− | *[[Property LPControl.TSLOptionalLabel.Text|Text]] - Specifies the | + | *[[Property LPControl.TSLOptionalLabel.Text|Text]] - Specifies the Text of the label. |
== From [[Class LPControl.TSLBasicOptionalLabel|TSLBasicOptionalLabel]] == | == From [[Class LPControl.TSLBasicOptionalLabel|TSLBasicOptionalLabel]] == | ||
Line 44: | Line 44: | ||
=== Published === | === Published === | ||
− | *[[Property LPControl.TSLBasicOptionalLabel.Font|Font]] - Specifies the | + | *[[Property LPControl.TSLBasicOptionalLabel.Font|Font]] - Specifies the Font of the label. |
− | *[[Property LPControl.TSLBasicOptionalLabel.Visible|Visible]] - | + | *[[Property LPControl.TSLBasicOptionalLabel.Visible|Visible]] - Specifies the visibility of the label. |
[[Category:Classes]] | [[Category:Classes]] |
Latest revision as of 00:29, 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: Mitov.BasicLab
Unit: LPControl
Inherits: TSLBasicOptionalLabel
Contents |
Syntax
Delphi:
type TSLOptionalLabel = class( TSLBasicOptionalLabel )
C++ Builder:
class TSLOptionalLabel : public TSLBasicOptionalLabel
Visual C++ (MFC):
class CTSLOptionalLabel : public CTSLBasicOptionalLabel
C# (.NET):
public ref class OptionalLabel : Mitov.SignalLab.BasicOptionalLabel
Summary
Optional Label properties class.
Description
Defines an optional Label properties class.
Properties
Published
- Text - Specifies the Text of the label.