C# Class ComponentFactory.Krypton.Ribbon.ViewDrawRibbonAppMenuOuter

Extends the ViewLayoutDocker by drawing the ribbon application button outer background.
Inheritance: ComponentFactory.Krypton.Toolkit.ViewLayoutDocker
Show file Open project: ComponentFactory/Krypton Class Usage Examples

Public Methods

Method Description
RenderBefore ( RenderContext context ) : void

Perform rendering before child elements are rendered.

ToString ( ) : string

Obtains the String representation of this instance.

ViewDrawRibbonAppMenuOuter ( KryptonRibbon ribbon ) : System

Initialize a new instance of the ViewDrawRibbonAppMenuOuter class.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Method Details

Dispose() protected method

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

RenderBefore() public method

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

ToString() public method

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

ViewDrawRibbonAppMenuOuter() public method

Initialize a new instance of the ViewDrawRibbonAppMenuOuter class.
public ViewDrawRibbonAppMenuOuter ( KryptonRibbon ribbon ) : System
ribbon KryptonRibbon Reference to owning ribbon instance.
return System