C# Class WinCompose.CustomMenuItem

Inheritance: System.Windows.Forms.MenuItem
Afficher le fichier Open project: samhocevar/wincompose

Méthodes publiques

Свойство Type Description
Bold bool
Gradient bool
MenuIcon System.Drawing.Icon
Scale float

Méthodes publiques

Méthode Description
CustomMenuItem ( ) : System.Drawing

Méthodes protégées

Méthode Description
OnDrawItem ( System.Windows.Forms e ) : void
OnMeasureItem ( System.Windows.Forms e ) : void

Method Details

CustomMenuItem() public méthode

public CustomMenuItem ( ) : System.Drawing
Résultat System.Drawing

OnDrawItem() protected méthode

protected OnDrawItem ( System.Windows.Forms e ) : void
e System.Windows.Forms
Résultat void

OnMeasureItem() protected méthode

protected OnMeasureItem ( System.Windows.Forms e ) : void
e System.Windows.Forms
Résultat void

Property Details

Bold public_oe property

public bool Bold
Résultat bool

Gradient public_oe property

public bool Gradient
Résultat bool

MenuIcon public_oe property

public Icon,System.Drawing MenuIcon
Résultat System.Drawing.Icon

Scale public_oe property

public float Scale
Résultat float