C# Класс ComponentFactory.Krypton.Navigator.ViewLayoutOutlookMini

View element that knows how to enforce the visible state of the stacked items.
Наследование: ComponentFactory.Krypton.Toolkit.ViewLayoutDocker
Показать файл Открыть проект Примеры использования класса

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

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

Perform a layout of the elements.

ToString ( ) : string

Obtains the String representation of this instance.

ViewLayoutOutlookMini ( ViewBuilderOutlookBase viewBuilder ) : System

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

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

Initialize a new instance of the ViewLayoutOutlookMini class.
public ViewLayoutOutlookMini ( ViewBuilderOutlookBase viewBuilder ) : System
viewBuilder ViewBuilderOutlookBase View builder reference.
Результат System