'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 Text property.
- smallImage
- The initial value for the small image.