C# Class RpgCodeExpress.Renders.MenuRender

Inheritance: System.Windows.Forms.ToolStripRenderer
ファイルを表示 Open project: rpgtoolkit/rpgcodeexpress

Public Properties

Property Type Description
Colours Colours

Protected Methods

Method Description
Initialize ( System toolStrip ) : void
InitializeItem ( System item ) : void
OnRenderArrow ( System e ) : void
OnRenderImageMargin ( System e ) : void
OnRenderItemCheck ( System e ) : void
OnRenderMenuItemBackground ( System e ) : void
OnRenderSeparator ( System e ) : void
OnRenderToolStripBackground ( System e ) : void

Method Details

Initialize() protected method

protected Initialize ( System toolStrip ) : void
toolStrip System
return void

InitializeItem() protected method

protected InitializeItem ( System item ) : void
item System
return void

OnRenderArrow() protected method

protected OnRenderArrow ( System e ) : void
e System
return void

OnRenderImageMargin() protected method

protected OnRenderImageMargin ( System e ) : void
e System
return void

OnRenderItemCheck() protected method

protected OnRenderItemCheck ( System e ) : void
e System
return void

OnRenderMenuItemBackground() protected method

protected OnRenderMenuItemBackground ( System e ) : void
e System
return void

OnRenderSeparator() protected method

protected OnRenderSeparator ( System e ) : void
e System
return void

OnRenderToolStripBackground() protected method

protected OnRenderToolStripBackground ( System e ) : void
e System
return void

Property Details

Colours public_oe property

public Colours Colours
return Colours