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



Gets or sets the text label associated with the LiveRadioButton.

Syntax

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

Property Value

The text label associated with the LiveRadioButton. The default value is String.Empty.

Remarks

Use this property to specify the text label associated with the LiveRadioButton control. This property can also be used to programmatically get the text label associated with the LiveRadioButton control.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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