C# Class ComponentFactory.Krypton.Ribbon.ViewDrawRibbonGroupClusterColorButtonImage

Draws a small image from a group cluster color button.
Inheritance: ViewDrawRibbonGroupImageBase
Show file Open project: ComponentFactory/Krypton Class Usage Examples

Public Methods

Method 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.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Method Details

Dispose() protected method

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

SelectedColorRectChanged() public method

Notification that the selected color has changed.
public SelectedColorRectChanged ( ) : void
return void

ToString() public method

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

ViewDrawRibbonGroupClusterColorButtonImage() public method

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.
return System