C# Class ComponentFactory.Krypton.Ribbon.ViewDrawRibbonMinimizeBar

Draws a separator at the bottom of the tabs when ribbon minimized.
Inheritance: ViewLayoutRibbonSeparator
Show file Open project: Cocotteseb/Krypton

Public Methods

Method Description
RenderBefore ( RenderContext context ) : void

Perform rendering before child elements are rendered.

ToString ( ) : string

Obtains the String representation of this instance.

ViewDrawRibbonMinimizeBar ( IPaletteRibbonGeneral palette ) : System

Initialize a new instance of the ViewDrawRibbonMinimizeBar class.

Method Details

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

ViewDrawRibbonMinimizeBar() public method

Initialize a new instance of the ViewDrawRibbonMinimizeBar class.
public ViewDrawRibbonMinimizeBar ( IPaletteRibbonGeneral palette ) : System
palette IPaletteRibbonGeneral Source for palette values.
return System