Ribbon for WinForms | ComponentOne
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 Image _
    )
    public RibbonToggleButton( 
       Image smallImage
    )

    Parameters

    smallImage
    See Also