FlexChart | ComponentOne
C1.Win.Ribbon.8 Assembly / C1.Win.Ribbon 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