Hide

SftMask/OCX 7.0 - ActiveX Masked Edit Control

Display
Print

ImageInvalid Property, SftMask Object

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

Syntax

Get

VB.NETrefImageObj = object.ImageInvalid As SftPictureObject
VBSet refImageObj = object.ImageInvalid As SftPictureObject
C#.NETSftPictureObject refImageObj = object.ImageInvalid;
VC++ISftPictureObject* refImageObj = object->ImageInvalid;
ISftPictureObject* refImageObj = object->GetImageInvalid();
CHRESULT object->get_ImageInvalid(ISftPictureObject** refImageObj);

Put

VB.NETobject.ImageInvalid = refImageObj As SftPictureObject
VBobject.ImageInvalid = refImageObj As SftPictureObject
C#.NETSftPictureObject object.ImageInvalid = refImageObj;
VC++ISftPictureObject* object->ImageInvalid = refImageObj;
void object->PutImageInvalid(ISftPictureObject* refImageObj);
CHRESULT object->put_ImageInvalid(ISftPictureObject* refImageObj);

object

A SftMask object.

refImageObj

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

Comments

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


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