C# Class ComponentFactory.Krypton.Ribbon.ViewDrawRibbonGroupButtonImage

Draws either a large or small image from a group button.
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.

ViewDrawRibbonGroupButtonImage ( KryptonRibbon ribbon, KryptonRibbonGroupButton ribbonButton, bool large ) : System

Initialize a new instance of the ViewDrawRibbonGroupButtonImage class.

Method Details

ToString() public méthode

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

ViewDrawRibbonGroupButtonImage() public méthode

Initialize a new instance of the ViewDrawRibbonGroupButtonImage class.
public ViewDrawRibbonGroupButtonImage ( KryptonRibbon ribbon, KryptonRibbonGroupButton ribbonButton, bool large ) : System
ribbon KryptonRibbon Reference to owning ribbon control.
ribbonButton KryptonRibbonGroupButton Reference to ribbon group button definition.
large bool Show the large image.
Résultat System