C# Class ComponentFactory.Krypton.Ribbon.ViewDrawRibbonGroupColorButtonImage

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

Méthodes publiques

Méthode Description
SelectedColorRectChanged ( ) : void

Notification that the selected color has changed.

ToString ( ) : string

Obtains the String representation of this instance.

ViewDrawRibbonGroupColorButtonImage ( KryptonRibbon ribbon, KryptonRibbonGroupColorButton ribbonColorButton, bool large ) : System

Initialize a new instance of the ViewDrawRibbonGroupColorButtonImage class.

Method Details

SelectedColorRectChanged() public méthode

Notification that the selected color has changed.
public SelectedColorRectChanged ( ) : void
Résultat void

ToString() public méthode

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

ViewDrawRibbonGroupColorButtonImage() public méthode

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