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

Positions the quick access toolbar extra button for the minibar in the caption.
Наследование: ViewDrawRibbonQATExtraButton
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Layout ( ViewLayoutContext context ) : void

Perform a layout of the elements.

ToString ( ) : string

Obtains the String representation of this instance.

ViewDrawRibbonQATExtraButtonMini ( KryptonRibbon ribbon, NeedPaintHandler needPaint ) : System

Initialize a new instance of the ViewDrawRibbonQATExtraButtonMini class.

Описание методов

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

ViewDrawRibbonQATExtraButtonMini() публичный Метод

Initialize a new instance of the ViewDrawRibbonQATExtraButtonMini class.
public ViewDrawRibbonQATExtraButtonMini ( KryptonRibbon ribbon, NeedPaintHandler needPaint ) : System
ribbon KryptonRibbon Reference to owning ribbon control.
needPaint NeedPaintHandler Delegate for notifying paint requests.
Результат System