C# Class ComponentFactory.Krypton.Ribbon.ViewDrawRibbonTabSep

Draws a separator between ribbon tabs.
Inheritance: ViewLayoutRibbonSeparator
Afficher le fichier Open project: Cocotteseb/Krypton Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
ViewDrawRibbonTabSep ( ) : System

Method Details

RenderBefore() public méthode

Perform rendering before child elements are rendered.
public RenderBefore ( RenderContext context ) : void
context 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

ViewDrawRibbonTabSep() public méthode

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