SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftPrintPreview/DLL 2.0 - Print Preview Control (discontinued)
SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftDirectory 3.5 - File/Folder Control (discontinued)
SftMask/OCX 7.0 - Masked Edit Control
SftOptions 1.0 - Registry/INI Control (discontinued)
SftPrintPreview/OCX 1.0 - Print Preview Control (discontinued)
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTabs/NET 6.0 - Tab Control (discontinued)
SftTree/NET 2.0 - Tree Control
Defines the label displayed in the control's input area.
Get
VB.NET | String = object.Label As String |
VB | String = object.Label As String |
C#.NET | string String = object.Label; |
VC++ | _bstr_t String = object->Label; _bstr_t String = object->GetLabel(); |
C | HRESULT object->get_Label(BSTR* String); |
Put
VB.NET | object.Label = String As String |
VB | object.Label = String As String |
C#.NET | string object.Label = String; |
VC++ | _bstr_t object->Label = String; void object->PutLabel(_bstr_t String); |
C | HRESULT object->put_Label(BSTR String); |
object
String
Defines the label displayed in the control's input area. If String is defined as "|" (vertical bar), the label displays the currency symbol defined by the default user locale.
The Label property defines the label displayed in the control's input area.
Unlike the control's caption, the label area is displayed within the control's input area. It is best used for brief information, like units (oz, kg, inch, cm, etc.) or currency symbols.
The label contents are for display purposes only and cannot be edited by the user. The label is not part of the control's Text property.
The LabelPosition property defines the location of the label.
See Also SftMask Object | Object Hierarchy