PowerWEB LiveControls for ASP.NET
Text Property
See Also  Send comments on this topic.
Dart.LiveControls Namespace > ResponseEventArgs Class : Text Property



Gets or sets the response message of a LiveMessageBox.

Syntax

Visual Basic (Declaration) 
Public Property Text As String
Visual Basic (Usage)Copy Code
Dim instance As ResponseEventArgs
Dim value As String
 
instance.Text = value
 
value = instance.Text
C# 
public string Text {get; set;}
C++/CLI 
public:
property String^ Text {
   String^ get();
   void set (    String^ value);
}

Property Value

The message after a LiveMessageBox is responded to.

Remarks

Use this property to determine the response message of a LiveMessageBox.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.0.2
© 2012 Dart Communications. All Rights Reserved.