Hide

SftMask/OCX 7.0 - ActiveX Masked Edit Control

Display
Print

ImageEmpty Property, SftMask Object

Defines the error image shown when the control's contents are empty.

Syntax

Get

VB.NETrefImageObj = object.ImageEmpty As SftPictureObject
VBSet refImageObj = object.ImageEmpty As SftPictureObject
C#.NETSftPictureObject refImageObj = object.ImageEmpty;
VC++ISftPictureObject* refImageObj = object->ImageEmpty;
ISftPictureObject* refImageObj = object->GetImageEmpty();
CHRESULT object->get_ImageEmpty(ISftPictureObject** refImageObj);

Put

VB.NETobject.ImageEmpty = refImageObj As SftPictureObject
VBobject.ImageEmpty = refImageObj As SftPictureObject
C#.NETSftPictureObject object.ImageEmpty = refImageObj;
VC++ISftPictureObject* object->ImageEmpty = refImageObj;
void object->PutImageEmpty(ISftPictureObject* refImageObj);
CHRESULT object->put_ImageEmpty(ISftPictureObject* refImageObj);

object

A SftMask object.

refImageObj

Defines the error image shown when the control's contents are empty.

Comments

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


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.