C# Class ComponentFactory.Krypton.Toolkit.KryptonStandardRenderer

Inheritance: KryptonProfessionalRenderer
Afficher le fichier Open project: ComponentFactory/Krypton Class Usage Examples

Méthodes publiques

Méthode Description
KryptonStandardRenderer ( KryptonColorTable kct ) : System

Initialise a new instance of the KryptonStandardRenderer class.

Méthodes protégées

Méthode Description
OnRenderItemText ( ToolStripItemTextRenderEventArgs e ) : void

Raises the RenderItemText event.

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

Raises the RenderToolStripBackground event.

Method Details

KryptonStandardRenderer() public méthode

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

OnRenderItemText() protected méthode

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

OnRenderToolStripBackground() protected méthode

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