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 error image shown when the control's contents are invalid.
Get
VB.NET | refImageObj = object.ImageInvalid As SftPictureObject |
VB | Set refImageObj = object.ImageInvalid As SftPictureObject |
C#.NET | SftPictureObject refImageObj = object.ImageInvalid; |
VC++ | ISftPictureObject* refImageObj = object->ImageInvalid; ISftPictureObject* refImageObj = object->GetImageInvalid(); |
C | HRESULT object->get_ImageInvalid(ISftPictureObject** refImageObj); |
Put
VB.NET | object.ImageInvalid = refImageObj As SftPictureObject |
VB | object.ImageInvalid = refImageObj As SftPictureObject |
C#.NET | SftPictureObject object.ImageInvalid = refImageObj; |
VC++ | ISftPictureObject* object->ImageInvalid = refImageObj; void object->PutImageInvalid(ISftPictureObject* refImageObj); |
C | HRESULT object->put_ImageInvalid(ISftPictureObject* refImageObj); |
object
refImageObj
Defines the error image shown when the control's contents are invalid.
The ImageInvalid property defines the error image shown when the control's contents are invalid (based on the defined Mask or the CustomValidation event). In addition, the MessageInvalid property defines the tooltip shown, when the mouse cursor hovers over 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