Click or drag to resize

MessagePopMessage Property

Gets/sets a simple message for the popup. The message will be escaped for HTML use. If you want a message with HTML formatting, or more complex HTML content, use HTML to provide the popup content.
Remarks
When used in a FieldConfirm event, the Message will be pre-populated with the field's Confirmation text.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public string Message { get; set; }

Property Value

Type: String
See Also