C# Class ComponentFactory.Krypton.Ribbon.ViewDrawRibbonGroupClusterColorButtonImage

Draws a small image from a group cluster 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.

ViewDrawRibbonGroupClusterColorButtonImage ( KryptonRibbon ribbon, KryptonRibbonGroupClusterColorButton ribbonColorButton ) : System

Initialize a new instance of the ViewDrawRibViewDrawRibbonGroupClusterColorButtonImagebonGroupClusterButtonImage class.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

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

ViewDrawRibbonGroupClusterColorButtonImage() public méthode

Initialize a new instance of the ViewDrawRibViewDrawRibbonGroupClusterColorButtonImagebonGroupClusterButtonImage class.
public ViewDrawRibbonGroupClusterColorButtonImage ( KryptonRibbon ribbon, KryptonRibbonGroupClusterColorButton ribbonColorButton ) : System
ribbon KryptonRibbon Reference to owning ribbon control.
ribbonColorButton KryptonRibbonGroupClusterColorButton Reference to ribbon group color button definition.
Résultat System