C# Class ComponentFactory.Krypton.Ribbon.ViewLayoutRibbonTitle

View element that draws nothing and will center all children within itself.
Inheritance: ComponentFactory.Krypton.Toolkit.ViewLayoutDocker
Show file 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.

ViewLayoutRibbonTitle ( ) : System

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

ViewLayoutRibbonTitle() public method

Initialize a new instance of the ViewLayoutRibbonTitle class.
public ViewLayoutRibbonTitle ( ) : System
return System