C# Class ComponentFactory.Krypton.Ribbon.ViewLayoutRibbonCenter

View element that draws nothing and will center all children within itself.
Inheritance: ComponentFactory.Krypton.Toolkit.ViewComposite
Afficher le fichier Open project: ComponentFactory/Krypton Class Usage Examples

Méthodes publiques

Méthode Description
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.

Method Details

Layout() public méthode

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

ToString() public méthode

Obtains the String representation of this instance.
public ToString ( ) : string
Résultat string

ViewLayoutRibbonCenter() public méthode

Initialize a new instance of the ViewLayoutRibbonCenterButton class.
public ViewLayoutRibbonCenter ( ) : System
Résultat System