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 empty.
Get
VB.NET | refImageObj = object.ImageEmpty As SftPictureObject |
VB | Set refImageObj = object.ImageEmpty As SftPictureObject |
C#.NET | SftPictureObject refImageObj = object.ImageEmpty; |
VC++ | ISftPictureObject* refImageObj = object->ImageEmpty; ISftPictureObject* refImageObj = object->GetImageEmpty(); |
C | HRESULT object->get_ImageEmpty(ISftPictureObject** refImageObj); |
Put
VB.NET | object.ImageEmpty = refImageObj As SftPictureObject |
VB | object.ImageEmpty = refImageObj As SftPictureObject |
C#.NET | SftPictureObject object.ImageEmpty = refImageObj; |
VC++ | ISftPictureObject* object->ImageEmpty = refImageObj; void object->PutImageEmpty(ISftPictureObject* refImageObj); |
C | HRESULT object->put_ImageEmpty(ISftPictureObject* refImageObj); |
object
refImageObj
Defines the error image shown when the control's contents are empty.
The ImageEmpty property defines the error image shown when the control's contents are empty (depending on the AllowEmpty and AllowEmptyWithoutMask properties). In addition, the MessageEmpty 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