C# Class ComponentFactory.Krypton.Ribbon.ViewDrawRibbonGroupLabelImage

Draws either a large or small image from a group label.
Inheritance: ViewDrawRibbonGroupImageBase
Show file Open project: ComponentFactory/Krypton Class Usage Examples

Public Methods

Method Description
ToString ( ) : string

Obtains the String representation of this instance.

ViewDrawRibbonGroupLabelImage ( KryptonRibbon ribbon, KryptonRibbonGroupLabel ribbonLabel, bool large ) : System

Initialize a new instance of the ViewDrawRibbonGroupLabelImage class.

Method Details

ToString() public method

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

ViewDrawRibbonGroupLabelImage() public method

Initialize a new instance of the ViewDrawRibbonGroupLabelImage class.
public ViewDrawRibbonGroupLabelImage ( KryptonRibbon ribbon, KryptonRibbonGroupLabel ribbonLabel, bool large ) : System
ribbon KryptonRibbon Reference to owning ribbon control.
ribbonLabel KryptonRibbonGroupLabel Reference to ribbon group label definition.
large bool Show the large image.
return System