ComponentOne Windows 7 Control Pack for WinForms
C1.Win.C1Win7Pack Namespace / RadioButtonCollection Class
Members

In This Topic
    RadioButtonCollection Class
    In This Topic
    Represents a collection of C1RadioButtons.
    Object Model
    RadioButtonCollection ClassC1RadioButton Class
    Syntax
    'Declaration
     
    
    <DefaultMemberAttribute("Item")>
    <EditorAttribute(C1.Win.C1Win7Pack.Design.RadioButtonCollectionEditor, System.Drawing.Design.UITypeEditor)>
    <ListBindableAttribute(False)>
    Public Class RadioButtonCollection 
       Inherits System.Collections.CollectionBase
    [DefaultMember("Item")]
    [Editor(C1.Win.C1Win7Pack.Design.RadioButtonCollectionEditor, System.Drawing.Design.UITypeEditor)]
    [ListBindable(false)]
    public class RadioButtonCollection : System.Collections.CollectionBase 
    Inheritance Hierarchy

    System.Object
       System.Collections.CollectionBase
          C1.Win.C1Win7Pack.RadioButtonCollection

    See Also