C# Класс ComponentFactory.Krypton.Ribbon.ViewDrawRibbonGroupColorButtonImage

Draws either a large or small image from a group color button.
Наследование: ViewDrawRibbonGroupImageBase
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

SelectedColorRectChanged() публичный Метод

Notification that the selected color has changed.
public SelectedColorRectChanged ( ) : void
Результат void

ToString() публичный Метод

Obtains the String representation of this instance.
public ToString ( ) : string
Результат string

ViewDrawRibbonGroupColorButtonImage() публичный Метод

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.
Результат System