'Declaration
Public Function New( _ ByVal text As String, _ ByVal smallImage As Image, _ ByVal largeImage As Image _ )
public RibbonButton( string text, Image smallImage, 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.