C# Class ComponentFactory.Krypton.Navigator.ViewLayoutOutlookMini

View element that knows how to enforce the visible state of the stacked items.
Inheritance: ComponentFactory.Krypton.Toolkit.ViewLayoutDocker
Datei anzeigen Open project: ComponentFactory/Krypton Class Usage Examples

Public Methods

Method Description
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.

Method Details

Layout() public method

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

ToString() public method

Obtains the String representation of this instance.
public ToString ( ) : string
return string

ViewLayoutOutlookMini() public method

Initialize a new instance of the ViewLayoutOutlookMini class.
public ViewLayoutOutlookMini ( ViewBuilderOutlookBase viewBuilder ) : System
viewBuilder ViewBuilderOutlookBase View builder reference.
return System