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

View element that draws nothing and will center all children within itself.
Наследование: ComponentFactory.Krypton.Toolkit.ViewComposite
Показать файл Открыть проект Примеры использования класса

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

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

Perform a layout of the elements.

ToString ( ) : string

Obtains the String representation of this instance.

ViewLayoutRibbonCenter ( ) : System

Initialize a new instance of the ViewLayoutRibbonCenterButton 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

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

Initialize a new instance of the ViewLayoutRibbonCenterButton class.
public ViewLayoutRibbonCenter ( ) : System
Результат System