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;} |
Property Value
The message after a LiveMessageBox is responded to.Use this property to determine the response message of a LiveMessageBox.
Target Platforms: Microsoft .NET Framework 2.0