C# Class ComponentFactory.Krypton.Ribbon.ViewLayoutRibbonQATMini

Layout area containing a quick access toolbar border and extra button.
Inheritance: ComponentFactory.Krypton.Toolkit.ViewLayoutDocker
Show file Open project: ComponentFactory/Krypton Class Usage Examples

Public Methods

Method Description
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.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
OnExtraButtonClick ( object sender, EventHandler finishDelegate ) : void

Method Details

Dispose() protected method

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

GetFirstQATView() public method

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

GetLastQATView() public method

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

GetNextQATView() public method

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

GetPreferredSize() public method

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

GetPreviousQATView() public method

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

GetQATKeyTips() public method

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

Layout() public method

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

ToString() public method

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

ViewLayoutRibbonQATMini() public method

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.
return System