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 error image handling.
Get
VB.NET | Style = object.ErrorHandling As SftMaskErrorHandlingConstants |
VB | Style = object.ErrorHandling As SftMaskErrorHandlingConstants |
C#.NET | SftMaskErrorHandlingConstants Style = object.ErrorHandling; |
VC++ | enum SftMaskErrorHandlingConstants Style = object->ErrorHandling; enum SftMaskErrorHandlingConstants Style = object->GetErrorHandling(); |
C | HRESULT object->get_ErrorHandling(enum SftMaskErrorHandlingConstants* Style); |
Put
VB.NET | object.ErrorHandling = Style As SftMaskErrorHandlingConstants |
VB | object.ErrorHandling = Style As SftMaskErrorHandlingConstants |
C#.NET | SftMaskErrorHandlingConstants object.ErrorHandling = Style; |
VC++ | enum SftMaskErrorHandlingConstants object->ErrorHandling = Style; void object->PutErrorHandling(enum SftMaskErrorHandlingConstants Style); |
C | HRESULT object->put_ErrorHandling(enum SftMaskErrorHandlingConstants Style); |
object
Style
Defines error image handling.
Name | Value | Description |
---|---|---|
errorHandlingSftMaskDelayed | 0 | Delayed - The error image is only updated once the Contents.Valid or Contents.ValidMsg properties are retrieved. |
errorHandlingSftMaskImmediate | 1 | Immediate - The error image is always updated immediately as the control contents change. |
The ErrorHandling property defines error image handling.
The ImageEmpty, ImageInvalid, ImageRequired, ErrorPosition and ErrorHandling properties are used to control the appearance and behavior of the error image.
If the ImageRequired property defines a valid image, the error image is immediately shown when data entry is required (depending on the AllowEmpty and AllowEmptyWithoutMask properties). The ErrorHandling property has no effect in this case.
See Also SftMask Object | Object Hierarchy