GrapeCity MultiRow Windows Forms Documentation
Message Property


Gets or sets the message.
Syntax
<SRDescriptionAttribute("Indicates the message.")>
<DefaultValueAttribute()>
Public Property Message As String
Dim instance As MessageBoxNotify
Dim value As String
 
instance.Message = value
 
value = instance.Message
[SRDescription("Indicates the message.")]
[DefaultValue()]
public string Message {get; set;}

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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MessageBoxNotify Class
MessageBoxNotify Members

 

 


Copyright © GrapeCity, inc. All rights reserved.