ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonToggleButton Class / RibbonToggleButton Constructor / RibbonToggleButton Constructor(Image)

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

    Parameters

    smallImage
    See Also