C# Class ComponentFactory.Krypton.Ribbon.ViewDrawRibbonTabSep

Draws a separator between ribbon tabs.
Inheritance: ViewLayoutRibbonSeparator
Show file Open project: Cocotteseb/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.

ViewDrawRibbonTabSep ( IPaletteRibbonGeneral palette ) : System

Initialize a new instance of the ViewDrawRibbonTabSep class.

Private Methods

Method Description
ViewDrawRibbonTabSep ( ) : System

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

ViewDrawRibbonTabSep() public method

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