ComponentOne Windows 7 Control Pack for WinForms
C1.Win.C1Win7Pack Namespace / C1TaskDialog Class / RadioButtons Property

In This Topic
    RadioButtons Property
    In This Topic
    Gets the collection of radio buttons displayed in the task dialog.
    Syntax
    'Declaration
     
    
    <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
    <C1CategoryAttribute("Buttons")>
    <C1DescriptionAttribute("C1TaskDialog.RadioButtons", "Collection of radio buttons displayed in the task dialog.")>
    Public ReadOnly Property RadioButtons As RadioButtonCollection
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
    [C1Category("Buttons")]
    [C1Description("C1TaskDialog.RadioButtons", "Collection of radio buttons displayed in the task dialog.")]
    public RadioButtonCollection RadioButtons {get;}
    See Also