C# Class ComponentFactory.Krypton.Ribbon.ViewDrawRibbonGroupButtonImage

Draws either a large or small image from a group button.
Inheritance: ViewDrawRibbonGroupImageBase
显示文件 Open project: ComponentFactory/Krypton Class Usage Examples

Public Methods

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

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

ViewDrawRibbonGroupButtonImage() public method

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