Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonSplitButton Class / RibbonSplitButton Constructor / RibbonSplitButton Constructor(String,Image)
The initial value for the RibbonSplitButton.Text property.
The initial value for the small image.

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

    Parameters

    text
    The initial value for the RibbonSplitButton.Text property.
    smallImage
    The initial value for the small image.
    See Also