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 location of the label.
Get
VB.NET | Style = object.LabelPosition As SftMaskLabelPositionConstants |
VB | Style = object.LabelPosition As SftMaskLabelPositionConstants |
C#.NET | SftMaskLabelPositionConstants Style = object.LabelPosition; |
VC++ | enum SftMaskLabelPositionConstants Style = object->LabelPosition; enum SftMaskLabelPositionConstants Style = object->GetLabelPosition(); |
C | HRESULT object->get_LabelPosition(enum SftMaskLabelPositionConstants* Style); |
Put
VB.NET | object.LabelPosition = Style As SftMaskLabelPositionConstants |
VB | object.LabelPosition = Style As SftMaskLabelPositionConstants |
C#.NET | SftMaskLabelPositionConstants object.LabelPosition = Style; |
VC++ | enum SftMaskLabelPositionConstants object->LabelPosition = Style; void object->PutLabelPosition(enum SftMaskLabelPositionConstants Style); |
C | HRESULT object->put_LabelPosition(enum SftMaskLabelPositionConstants Style); |
object
Style
Defines the location of the label.
Name | Value | Description |
---|---|---|
labelPositionSftMaskAuto | 0 | Automatic - If the Label property is defined as "|" (displayed as currency symbol), the location of the label area is defined by the user's locale and its definition of the currency symbol position. If any other label is defined, the label area is displayed on the left side of the control's input area. |
labelPositionSftMaskLeft | 1 | Left - The label area is displayed on the left side of the control's input area. |
labelPositionSftMaskRight | 2 | Right - The label area is displayed on the left side of the control's input area. |
The LabelPosition property defines the location of the label.
The Label property defines the label displayed in the control's input area.
See Also SftMask Object | Object Hierarchy