C# Class ComponentFactory.Krypton.Toolkit.KryptonStandardRenderer

Inheritance: KryptonProfessionalRenderer
显示文件 Open project: ComponentFactory/Krypton Class Usage Examples

Public Methods

Method Description
KryptonStandardRenderer ( KryptonColorTable kct ) : System

Initialise a new instance of the KryptonStandardRenderer class.

Protected Methods

Method Description
OnRenderItemText ( ToolStripItemTextRenderEventArgs e ) : void

Raises the RenderItemText event.

OnRenderToolStripBackground ( System.Windows.Forms.ToolStripRenderEventArgs e ) : void

Raises the RenderToolStripBackground event.

Method Details

KryptonStandardRenderer() public method

Initialise a new instance of the KryptonStandardRenderer class.
public KryptonStandardRenderer ( KryptonColorTable kct ) : System
kct KryptonColorTable Source for text colors.
return System

OnRenderItemText() protected method

Raises the RenderItemText event.
protected OnRenderItemText ( ToolStripItemTextRenderEventArgs e ) : void
e System.Windows.Forms.ToolStripItemTextRenderEventArgs A ToolStripItemTextRenderEventArgs that contains the event data.
return void

OnRenderToolStripBackground() protected method

Raises the RenderToolStripBackground event.
protected OnRenderToolStripBackground ( System.Windows.Forms.ToolStripRenderEventArgs e ) : void
e System.Windows.Forms.ToolStripRenderEventArgs An ToolStripRenderEventArgs containing the event data.
return void