C# Class WinCompose.CustomMenuItem

Inheritance: System.Windows.Forms.MenuItem
Show file Open project: samhocevar/wincompose

Public Properties

Property Type Description
Bold bool
Gradient bool
MenuIcon System.Drawing.Icon
Scale float

Public Methods

Method Description
CustomMenuItem ( ) : System.Drawing

Protected Methods

Method Description
OnDrawItem ( System.Windows.Forms e ) : void
OnMeasureItem ( System.Windows.Forms e ) : void

Method Details

CustomMenuItem() public method

public CustomMenuItem ( ) : System.Drawing
return System.Drawing

OnDrawItem() protected method

protected OnDrawItem ( System.Windows.Forms e ) : void
e System.Windows.Forms
return void

OnMeasureItem() protected method

protected OnMeasureItem ( System.Windows.Forms e ) : void
e System.Windows.Forms
return void

Property Details

Bold public property

public bool Bold
return bool

Gradient public property

public bool Gradient
return bool

MenuIcon public property

public Icon,System.Drawing MenuIcon
return System.Drawing.Icon

Scale public property

public float Scale
return float