Hide

SftMask/OCX 7.0 - ActiveX Masked Edit Control

Display
Print

ErrorPosition Property, SftMask Object

Defines the location of the error image.

Syntax

Get

VB.NETStyle = object.ErrorPosition As SftMaskErrorPositionConstants
VBStyle = object.ErrorPosition As SftMaskErrorPositionConstants
C#.NETSftMaskErrorPositionConstants Style = object.ErrorPosition;
VC++enum SftMaskErrorPositionConstants Style = object->ErrorPosition;
enum SftMaskErrorPositionConstants Style = object->GetErrorPosition();
CHRESULT object->get_ErrorPosition(enum SftMaskErrorPositionConstants* Style);

Put

VB.NETobject.ErrorPosition = Style As SftMaskErrorPositionConstants
VBobject.ErrorPosition = Style As SftMaskErrorPositionConstants
C#.NETSftMaskErrorPositionConstants object.ErrorPosition = Style;
VC++enum SftMaskErrorPositionConstants object->ErrorPosition = Style;
void object->PutErrorPosition(enum SftMaskErrorPositionConstants Style);
CHRESULT object->put_ErrorPosition(enum SftMaskErrorPositionConstants Style);

object

A SftMask object.

Style

Defines the location of the error image.

NameValueDescription
errorPositionSftMaskLeft0Left - The error image is displayed to the left of the control's input area.
errorPositionSftMaskRight1Right - The error image is displayed to the right of the control's input area.

Comments

The ErrorPosition property defines the location of 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.