Class LPControl.TSLOptionalLabel

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
(Automated Syncronization with Documentation)
(Automated Syncronization with Documentation)
 
Line 5: Line 5:
 
</span></b>
 
</span></b>
  
'''Package:''' [[Package SignalLabBasicPkg|SignalLabBasicPkg]]
+
'''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''' TSLOptionalLabel : [[Class LPControl.TSLBasicOptionalLabel|Mitov.SignalLab.BasicOptionalLabel]]
+
'''public ref class''' OptionalLabel : [[Class LPControl.TSLBasicOptionalLabel|Mitov.SignalLab.BasicOptionalLabel]]
 
</code>
 
</code>
 
== Summary ==
 
== Summary ==
Optional (Visible/Invisible) Label.  
+
Optional Label properties class.  
  
 
== Description ==
 
== Description ==
Defines an optional (Visible/Invisible) label.
+
Defines an optional Label properties class.
  
 
== Properties ==
 
== Properties ==
  
 
=== Published ===
 
=== Published ===
*[[Property LPControl.TSLOptionalLabel.Text|Text]] - Specifies the text of the label.  
+
*[[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 font of the label.  
+
*[[Property LPControl.TSLBasicOptionalLabel.Font|Font]] - Specifies the Font of the label.  
*[[Property LPControl.TSLBasicOptionalLabel.Visible|Visible]] - Controls the visibility of the Label.  
+
*[[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

From TSLBasicOptionalLabel

Properties

Published

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox