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 error image.
Get
VB.NET | Style = object.ErrorPosition As SftMaskErrorPositionConstants |
VB | Style = object.ErrorPosition As SftMaskErrorPositionConstants |
C#.NET | SftMaskErrorPositionConstants Style = object.ErrorPosition; |
VC++ | enum SftMaskErrorPositionConstants Style = object->ErrorPosition; enum SftMaskErrorPositionConstants Style = object->GetErrorPosition(); |
C | HRESULT object->get_ErrorPosition(enum SftMaskErrorPositionConstants* Style); |
Put
VB.NET | object.ErrorPosition = Style As SftMaskErrorPositionConstants |
VB | object.ErrorPosition = Style As SftMaskErrorPositionConstants |
C#.NET | SftMaskErrorPositionConstants object.ErrorPosition = Style; |
VC++ | enum SftMaskErrorPositionConstants object->ErrorPosition = Style; void object->PutErrorPosition(enum SftMaskErrorPositionConstants Style); |
C | HRESULT object->put_ErrorPosition(enum SftMaskErrorPositionConstants Style); |
object
Style
Defines the location of the error image.
Name | Value | Description |
---|---|---|
errorPositionSftMaskLeft | 0 | Left - The error image is displayed to the left of the control's input area. |
errorPositionSftMaskRight | 1 | Right - The error image is displayed to the right of the control's input area. |
The ErrorPosition property defines the location of the error image.
The ImageEmpty, ImageInvalid, ImageRequired, ErrorPosition and ErrorHandling properties are used to control the appearance and behavior of the error image.
See Also SftMask Object | Object Hierarchy