C# Class ComponentFactory.Krypton.Ribbon.ViewDrawRibbonGroupGalleryImage

Draws a large image from a gallery.
Inheritance: ViewDrawRibbonGroupImageBase
Mostra file Open project: ComponentFactory/Krypton Class Usage Examples

Public Methods

Method Description
ToString ( ) : string

Obtains the String representation of this instance.

ViewDrawRibbonGroupGalleryImage ( KryptonRibbon ribbon, KryptonRibbonGroupGallery ribbonGallery ) : System

Initialize a new instance of the ViewDrawRibbonGroupGalleryImage class.

Method Details

ToString() public method

Obtains the String representation of this instance.
public ToString ( ) : string
return string

ViewDrawRibbonGroupGalleryImage() public method

Initialize a new instance of the ViewDrawRibbonGroupGalleryImage class.
public ViewDrawRibbonGroupGalleryImage ( KryptonRibbon ribbon, KryptonRibbonGroupGallery ribbonGallery ) : System
ribbon KryptonRibbon Reference to owning ribbon control.
ribbonGallery KryptonRibbonGroupGallery Reference to ribbon group gallery definition.
return System