C# Class ComponentFactory.Krypton.Ribbon.ViewDrawRibbonAppMenu

Extends the ViewDrawDocker by drawing the ribbon app menu area.
Inheritance: ComponentFactory.Krypton.Toolkit.ViewDrawDocker
Afficher le fichier Open project: ComponentFactory/Krypton Class Usage Examples

Méthodes publiques

Méthode Description
RenderAfter ( RenderContext renderContext ) : void

Perform rendering after child elements are rendered.

ToString ( ) : string

Obtains the String representation of this instance.

ViewDrawRibbonAppMenu ( IPaletteBack paletteBack, IPaletteBorder paletteBorder, ViewBase fixedElement, Rectangle fixedScreenRect ) : System

Initialize a new instance of the ViewDrawRibbonAppMenu class.

Method Details

RenderAfter() public méthode

Perform rendering after child elements are rendered.
public RenderAfter ( RenderContext renderContext ) : void
renderContext 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

ViewDrawRibbonAppMenu() public méthode

Initialize a new instance of the ViewDrawRibbonAppMenu class.
public ViewDrawRibbonAppMenu ( IPaletteBack paletteBack, IPaletteBorder paletteBorder, ViewBase fixedElement, Rectangle fixedScreenRect ) : System
paletteBack IPaletteBack Palette source for the background.
paletteBorder IPaletteBorder Palette source for the border.
fixedElement ViewBase Element to display at provided screen rect.
fixedScreenRect System.Drawing.Rectangle Screen rectangle for showing the element at.
Résultat System