ComponentOne Windows 7 Control Pack for WinForms
C1.Win.C1Win7Pack Namespace / C1RadioButton Class / Name Property

In This Topic
    Name Property (C1RadioButton)
    In This Topic
    Gets or sets a name associated with the C1RadioButton.
    Syntax
    'Declaration
     
    
    <C1CategoryAttribute("Behavior")>
    <C1DescriptionAttribute("C1RadioButton.Name", "Name associated with the radio button.")>
    <DefaultValueAttribute("")>
    Public Property Name As String
    [C1Category("Behavior")]
    [C1Description("C1RadioButton.Name", "Name associated with the radio button.")]
    [DefaultValue("")]
    public string Name {get; set;}
    See Also