Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / MessageBoxNotify Class / Message Property


In This Topic
Message Property (MessageBoxNotify)
In This Topic
Gets or sets the message.
Syntax
'Declaration
 
Public Property Message As String
 
'Usage
 
Dim instance As MessageBoxNotify
Dim value As String
 
instance.Message = value
 
value = instance.Message

Property Value

The message. The default is String.Empty.
Remarks
If this property is String.Empty or a null reference (Nothing in Visual Basic), the message will be the ValidateInfo value.
See Also