C# Class ComponentFactory.Krypton.Ribbon.ViewLayoutRibbonQATMini

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

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
OnExtraButtonClick ( object sender, EventHandler finishDelegate ) : void

Method Details

Dispose() protected méthode

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

GetFirstQATView() public méthode

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

GetLastQATView() public méthode

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

GetNextQATView() public méthode

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

GetPreferredSize() public méthode

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

GetPreviousQATView() public méthode

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

GetQATKeyTips() public méthode

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

Layout() public méthode

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

ToString() public méthode

Obtains the String representation of this instance.
public ToString ( ) : string
Résultat string

ViewLayoutRibbonQATMini() public méthode

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.
Résultat System