C# Class ComponentFactory.Krypton.Ribbon.ViewDrawRibbonAppMenuInner

Extends the ViewLayoutDocker by drawing the ribbon application button inner background.
Inheritance: ComponentFactory.Krypton.Toolkit.ViewLayoutDocker
Afficher le fichier Open project: ComponentFactory/Krypton Class Usage Examples

Méthodes publiques

Méthode Description
RenderBefore ( RenderContext context ) : void

Perform rendering before child elements are rendered.

ToString ( ) : string

Obtains the String representation of this instance.

ViewDrawRibbonAppMenuInner ( KryptonRibbon ribbon ) : System

Initialize a new instance of the ViewDrawRibbonAppMenuInner class.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

RenderBefore() public méthode

Perform rendering before child elements are rendered.
public RenderBefore ( RenderContext context ) : void
context ComponentFactory.Krypton.Toolkit.RenderContext Rendering context.
Résultat void

ToString() public méthode

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

ViewDrawRibbonAppMenuInner() public méthode

Initialize a new instance of the ViewDrawRibbonAppMenuInner class.
public ViewDrawRibbonAppMenuInner ( KryptonRibbon ribbon ) : System
ribbon KryptonRibbon Reference to owning ribbon instance.
Résultat System