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

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

공개 메소드들

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

메소드 상세

ToString() 공개 메소드

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

ViewDrawRibbonGroupButtonImage() 공개 메소드

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.
리턴 System