Hide

SftMask/OCX 7.0 - ActiveX Masked Edit Control

Display
Print

MessageRequired Property, SftMask Object

Defines the warning message text when input is required.

Syntax

Get

VB.NETString = object.MessageRequired As String
VBString = object.MessageRequired As String
C#.NETstring String = object.MessageRequired;
VC++_bstr_t String = object->MessageRequired;
_bstr_t String = object->GetMessageRequired();
CHRESULT object->get_MessageRequired(BSTR* String);

Put

VB.NETobject.MessageRequired = String As String
VBobject.MessageRequired = String As String
C#.NETstring object.MessageRequired = String;
VC++_bstr_t object->MessageRequired = String;
void object->PutMessageRequired(_bstr_t String);
CHRESULT object->put_MessageRequired(BSTR String);

object

A SftMask object.

String

Defines the warning message text when input is required.

Comments

The MessageRequired property defines the warning message text when input is required.

This error message is displayed when an application uses the Contents.ValidMsg property to test the control contents and the control contents are empty (depending on the AllowEmpty and AllowEmptyWithoutMask properties).

The MessageRequired property is also used to display the tooltip shown when the mouse cursor hovers over the error image (the control contents are empty depending on the AllowEmpty and AllowEmptyWithoutMask properties and the ImageRequired property is defined).

The MessageInvalid property defines the error message text when the input is invalid.

The MessageEmpty property defines the error message text when no input is provided by the end-user.

See Also SftMask Object | Object Hierarchy


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