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