ComponentOne Ribbon for WinForms
RibbonSplitButton Constructor(String,Image)

C1.Win.C1Ribbon.4 Assembly > C1.Win.C1Ribbon Namespace > RibbonSplitButton Class > RibbonSplitButton Constructor : RibbonSplitButton Constructor(String,Image)
The initial value for the Text property.
The initial value for the RibbonItem.SmallImage property.
Creates a new instance of RibbonSplitButton.
Syntax
'Declaration
 
Public Function New( _
   ByVal text As System.String, _
   ByVal smallImage As System.Drawing.Image _
)
public RibbonSplitButton( 
   System.string text,
   System.Drawing.Image smallImage
)

Parameters

text
The initial value for the Text property.
smallImage
The initial value for the RibbonItem.SmallImage property.
See Also

Reference

RibbonSplitButton Class
RibbonSplitButton Members
Overload List