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;} |
Property Value
The text label associated with the LiveRadioButton. The default value is String.Empty.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.
Target Platforms: Microsoft .NET Framework 2.0