C# Class ComponentFactory.Krypton.Ribbon.ViewDrawRibbonRecentShortcut

Draw the shortcut associated with a recent document entry in an application menu.
Inheritance: ComponentFactory.Krypton.Toolkit.ViewDrawContent
显示文件 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.

ViewDrawRibbonRecentShortcut ( IPaletteContent paletteContent, IContentValues values ) : System

Initialize a new instance of the ViewDrawRibbonRecentShortcut 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

ViewDrawRibbonRecentShortcut() public method

Initialize a new instance of the ViewDrawRibbonRecentShortcut class.
public ViewDrawRibbonRecentShortcut ( IPaletteContent paletteContent, IContentValues values ) : System
paletteContent IPaletteContent Palette source for the content.
values IContentValues Reference to actual content values.
return System