C# Class ComponentFactory.Krypton.Ribbon.ViewDrawRibbonAppMenu

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

Public Methods

Method 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 method

Perform rendering after child elements are rendered.
public RenderAfter ( RenderContext renderContext ) : void
renderContext ComponentFactory.Krypton.Toolkit.RenderContext Rendering context.
return void

ToString() public method

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

ViewDrawRibbonAppMenu() public method

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.
return System