C# Class ComponentFactory.Krypton.Ribbon.ViewDrawRibbonGroupColorButtonImage

Draws either a large or small image from a group color button.
Inheritance: ViewDrawRibbonGroupImageBase
ファイルを表示 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.

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

Initialize a new instance of the ViewDrawRibbonGroupColorButtonImage class.

Method Details

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

ViewDrawRibbonGroupColorButtonImage() public method

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