C# Класс ComponentFactory.Krypton.Ribbon.ViewLayoutRibbonQATMini

Layout area containing a quick access toolbar border and extra button.
Наследование: ComponentFactory.Krypton.Toolkit.ViewLayoutDocker
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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