C# 클래스 ComponentFactory.Krypton.Ribbon.ViewDrawRibbonGroupColorButtonImage

Draws either a large or small image from a group color button.
상속: ViewDrawRibbonGroupImageBase
파일 보기 프로젝트 열기: ComponentFactory/Krypton 1 사용 예제들

공개 메소드들

메소드 설명
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