ComponentOne Windows 7 Control Pack for WinForms
Text Property (C1RadioButton)



C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > C1RadioButton Class : Text Property
Gets or sets the radio button text.
Syntax
<C1CategoryAttribute("表示")>
<DefaultValueAttribute()>
<LocalizableAttribute(True)>
<C1DescriptionAttribute("Specifies the radio button text.")>
Public Property Text As String
Dim instance As C1RadioButton
Dim value As String
 
instance.Text = value
 
value = instance.Text
[C1Category("表示")]
[DefaultValue()]
[Localizable(true)]
[C1Description("Specifies the radio button text.")]
public string Text {get; set;}
[C1Category("表示")]
[DefaultValue()]
[Localizable(true)]
[C1Description("Specifies the radio button text.")]
public:
property String^ Text {
   String^ get();
   void set (    String^ value);
}
See Also

Reference

C1RadioButton Class
C1RadioButton Members