C# Class ComponentFactory.Krypton.Ribbon.ViewDrawRibbonGroupLabelImage

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

Méthodes publiques

Méthode 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 méthode

Obtains the String representation of this instance.
public ToString ( ) : string
Résultat string

ViewDrawRibbonGroupLabelImage() public méthode

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.
Résultat System