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 warning message text when input is required.
Get
VB.NET | String = object.MessageRequired As String |
VB | String = object.MessageRequired As String |
C#.NET | string String = object.MessageRequired; |
VC++ | _bstr_t String = object->MessageRequired; _bstr_t String = object->GetMessageRequired(); |
C | HRESULT object->get_MessageRequired(BSTR* String); |
Put
VB.NET | object.MessageRequired = String As String |
VB | object.MessageRequired = String As String |
C#.NET | string object.MessageRequired = String; |
VC++ | _bstr_t object->MessageRequired = String; void object->PutMessageRequired(_bstr_t String); |
C | HRESULT object->put_MessageRequired(BSTR String); |
object
String
Defines the warning message text when input is required.
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