C# Class WinCompose.CustomMenuItem

Inheritance: System.Windows.Forms.MenuItem
显示文件 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_oe property

public bool Bold
return bool

Gradient public_oe property

public bool Gradient
return bool

MenuIcon public_oe property

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

Scale public_oe property

public float Scale
return float