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 data entry is required.
Get
VB.NET | refImageObj = object.ImageRequired As SftPictureObject |
VB | Set refImageObj = object.ImageRequired As SftPictureObject |
C#.NET | SftPictureObject refImageObj = object.ImageRequired; |
VC++ | ISftPictureObject* refImageObj = object->ImageRequired; ISftPictureObject* refImageObj = object->GetImageRequired(); |
C | HRESULT object->get_ImageRequired(ISftPictureObject** refImageObj); |
Put
VB.NET | object.ImageRequired = refImageObj As SftPictureObject |
VB | object.ImageRequired = refImageObj As SftPictureObject |
C#.NET | SftPictureObject object.ImageRequired = refImageObj; |
VC++ | ISftPictureObject* object->ImageRequired = refImageObj; void object->PutImageRequired(ISftPictureObject* refImageObj); |
C | HRESULT object->put_ImageRequired(ISftPictureObject* refImageObj); |
object
refImageObj
Defines the error image shown when data entry is required.
The ImageRequired property defines the error image shown when data entry is required (depending on the AllowEmpty and AllowEmptyWithoutMask properties). In addition, the MessageRequired property defines the tooltip shown, when the mouse cursor hovers over 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.
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