PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / RenderInputRadioButton Class
Members

In This Topic
    RenderInputRadioButton Class
    In This Topic
    Represents a Preview Forms radio button in a C1PrintDocument. When the document is shown by a supporting viewer (e.g. C1.Win.C1Preview.C1PrintPreviewControl), produces an active radio button control.
    Object Model
    RenderInputRadioButton Class
    Syntax
    'Declaration
     
    Public Class RenderInputRadioButton 
       Inherits RenderInputButtonBase
       Implements IDocumentLocationIStyleOwner 
    public class RenderInputRadioButton : RenderInputButtonBase, IDocumentLocationIStyleOwner  
    Remarks
    Several RenderInputRadioButton objects can be combined into a group, in which case checking one button will un-check other buttons in that group (see the RenderInputRadioButton.GroupIndex property for details).
    Inheritance Hierarchy

    System.Object
       C1.C1Preview.RenderObject
          C1.C1Preview.RenderInputBase
             C1.C1Preview.RenderInputButtonBase
                C1.C1Preview.RenderInputRadioButton

    See Also