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

Layout area for the group button.
상속: ComponentFactory.Krypton.Toolkit.ViewLayoutDocker
파일 보기 프로젝트 열기: ComponentFactory/Krypton 1 사용 예제들

공개 메소드들

메소드 설명
GetFocusView ( ) : ViewBase

Gets the view to use for the group dialog button.

ToString ( ) : string

Obtains the String representation of this instance.

ViewLayoutRibbonGroupButton ( KryptonRibbon ribbon, KryptonRibbonGroup ribbonGroup, NeedPaintHandler needPaint ) : System

Initialize a new instance of the ViewLayoutRibbonGroupButton class.

메소드 상세

GetFocusView() 공개 메소드

Gets the view to use for the group dialog button.
public GetFocusView ( ) : ViewBase
리턴 ViewBase

ToString() 공개 메소드

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

ViewLayoutRibbonGroupButton() 공개 메소드

Initialize a new instance of the ViewLayoutRibbonGroupButton class.
public ViewLayoutRibbonGroupButton ( KryptonRibbon ribbon, KryptonRibbonGroup ribbonGroup, NeedPaintHandler needPaint ) : System
ribbon KryptonRibbon Owning control instance.
ribbonGroup KryptonRibbonGroup Reference to ribbon group this represents.
needPaint NeedPaintHandler Delegate for notifying paint requests.
리턴 System