ComponentOne Windows 7 Control Pack for WinForms
RadioButtons Property



C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > C1TaskDialog Class : RadioButtons Property
Gets the collection of radio buttons displayed in the task dialog.
Syntax
<C1CategoryAttribute("Buttons")>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
<C1DescriptionAttribute("Collection of radio buttons displayed in the task dialog.")>
Public ReadOnly Property RadioButtons As RadioButtonCollection
Dim instance As C1TaskDialog
Dim value As RadioButtonCollection
 
value = instance.RadioButtons
[C1Category("Buttons")]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
[C1Description("Collection of radio buttons displayed in the task dialog.")]
public RadioButtonCollection RadioButtons {get;}
[C1Category("Buttons")]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
[C1Description("Collection of radio buttons displayed in the task dialog.")]
public:
property RadioButtonCollection^ RadioButtons {
   RadioButtonCollection^ get();
}
See Also

Reference

C1TaskDialog Class
C1TaskDialog Members