C# Class System.Windows.Forms.CommandBarContextMenu.MenuBarItem

Inheritance: MenuItem
Afficher le fichier Open project: Longkong/Pojjaman

Private Properties

Свойство Type Description
DrawBackground void
DrawCheck void
DrawImage void
DrawText void
UpdateItems void

Méthodes publiques

Méthode Description
MenuBarItem ( CommandBarItem item, Size imageSize, Font font, bool mnemonics ) : System

Méthodes protégées

Méthode Description
OnClick ( EventArgs e ) : void
OnDrawItem ( DrawItemEventArgs e ) : void
OnMeasureItem ( System.Windows.Forms.MeasureItemEventArgs e ) : void
OnPopup ( EventArgs e ) : void
OnSelect ( EventArgs e ) : void

Private Methods

Méthode Description
DrawBackground ( Graphics graphics, Rectangle rectangle, bool selected ) : void
DrawCheck ( Graphics graphics, Rectangle rectangle, Color color ) : void
DrawImage ( Graphics graphics, Rectangle bounds, bool selected, bool disabled ) : void
DrawText ( System.Windows.Forms.TextGraphics textGraphics, string text, Point point, bool selected, bool disabled ) : void
UpdateItems ( ) : void

Method Details

MenuBarItem() public méthode

public MenuBarItem ( CommandBarItem item, Size imageSize, Font font, bool mnemonics ) : System
item CommandBarItem
imageSize System.Drawing.Size
font System.Drawing.Font
mnemonics bool
Résultat System

OnClick() protected méthode

protected OnClick ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnDrawItem() protected méthode

protected OnDrawItem ( DrawItemEventArgs e ) : void
e DrawItemEventArgs
Résultat void

OnMeasureItem() protected méthode

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

OnPopup() protected méthode

protected OnPopup ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnSelect() protected méthode

protected OnSelect ( EventArgs e ) : void
e System.EventArgs
Résultat void