'Declaration Public Function New( _ ByVal text As System.String, _ ByVal smallImage As System.Drawing.Image, _ ByVal largeImage As System.Drawing.Image _ )
public RibbonSplitButton( System.string text, System.Drawing.Image smallImage, System.Drawing.Image largeImage )
Parameters
- text
- The initial value for the Text property.
- smallImage
- The image to use as a small icon.
- largeImage
- The image to use as a large icon.