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



C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > C1RadioButton Class : Name Property
Gets or sets a name associated with the C1RadioButton.
Syntax
<C1CategoryAttribute("動作")>
<DefaultValueAttribute()>
<C1DescriptionAttribute("Name associated with the radio button.")>
Public Property Name As String
Dim instance As C1RadioButton
Dim value As String
 
instance.Name = value
 
value = instance.Name
[C1Category("動作")]
[DefaultValue()]
[C1Description("Name associated with the radio button.")]
public string Name {get; set;}
[C1Category("動作")]
[DefaultValue()]
[C1Description("Name associated with the radio button.")]
public:
property String^ Name {
   String^ get();
   void set (    String^ value);
}
See Also

Reference

C1RadioButton Class
C1RadioButton Members