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

Layout area containing a quick access toolbar border and extra button.
상속: ComponentFactory.Krypton.Toolkit.ViewLayoutDocker
파일 보기 프로젝트 열기: ComponentFactory/Krypton 1 사용 예제들

공개 메소드들

메소드 설명
GetFirstQATView ( ) : ViewBase

Gets the view element for the first visible and enabled quick access toolbar button.

GetLastQATView ( ) : ViewBase

Gets the view element for the first visible and enabled quick access toolbar button.

GetNextQATView ( ViewBase qatButton ) : ViewBase

Gets the view element the button after the one provided.

GetPreferredSize ( ViewLayoutContext context ) : Size

Discover the preferred size of the element.

GetPreviousQATView ( ViewBase qatButton ) : ViewBase

Gets the view element for the button before the one provided.

GetQATKeyTips ( ) : KeyTipInfo[]

Generate a key tip info for each visible tab.

Layout ( ViewLayoutContext context ) : void

Perform a layout of the elements.

ToString ( ) : string

Obtains the String representation of this instance.

ViewLayoutRibbonQATMini ( KryptonRibbon ribbon, NeedPaintHandler needPaintDelegate ) : System

Initialize a new instance of the ViewLayoutRibbonQATMini class.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
OnExtraButtonClick ( object sender, EventHandler finishDelegate ) : void

메소드 상세

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

GetFirstQATView() 공개 메소드

Gets the view element for the first visible and enabled quick access toolbar button.
public GetFirstQATView ( ) : ViewBase
리턴 ViewBase

GetLastQATView() 공개 메소드

Gets the view element for the first visible and enabled quick access toolbar button.
public GetLastQATView ( ) : ViewBase
리턴 ViewBase

GetNextQATView() 공개 메소드

Gets the view element the button after the one provided.
public GetNextQATView ( ViewBase qatButton ) : ViewBase
qatButton ViewBase Search for entry after this view.
리턴 ViewBase

GetPreferredSize() 공개 메소드

Discover the preferred size of the element.
public GetPreferredSize ( ViewLayoutContext context ) : Size
context ComponentFactory.Krypton.Toolkit.ViewLayoutContext Layout context.
리턴 System.Drawing.Size

GetPreviousQATView() 공개 메소드

Gets the view element for the button before the one provided.
public GetPreviousQATView ( ViewBase qatButton ) : ViewBase
qatButton ViewBase Search for entry after this view.
리턴 ViewBase

GetQATKeyTips() 공개 메소드

Generate a key tip info for each visible tab.
public GetQATKeyTips ( ) : KeyTipInfo[]
리턴 KeyTipInfo[]

Layout() 공개 메소드

Perform a layout of the elements.
public Layout ( ViewLayoutContext context ) : void
context ComponentFactory.Krypton.Toolkit.ViewLayoutContext Layout context.
리턴 void

ToString() 공개 메소드

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

ViewLayoutRibbonQATMini() 공개 메소드

Initialize a new instance of the ViewLayoutRibbonQATMini class.
public ViewLayoutRibbonQATMini ( KryptonRibbon ribbon, NeedPaintHandler needPaintDelegate ) : System
ribbon KryptonRibbon Owning control instance.
needPaintDelegate NeedPaintHandler Delegate for notifying paint/layout changes.
리턴 System