Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonRadioButton Class / RibbonRadioButton Constructor / RibbonRadioButton Constructor(Image)

In This Topic
    RibbonRadioButton Constructor(Image)
    In This Topic
    Creates a new instance of RibbonRadioButton.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal smallImage As Image _
    )
    public RibbonRadioButton( 
       Image smallImage
    )

    Parameters

    smallImage
    See Also