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

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

    Parameters

    text
    The initial value for the RibbonSplitButton.Text property.
    smallImage
    The image to use as a small icon.
    largeImage
    The image to use as a large icon.
    See Also