C# Class Reflector.UserInterface.CommandBarContextMenu.MenuBarItem

Inheritance: System.Windows.Forms.MenuItem
Afficher le fichier Open project: sillsdev/FieldWorks

Private Properties

Свойство Type Description
DrawBackground void
DrawCheck void
DrawImage void
DrawText void
OnDrawItem void
OnMeasureItem 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
Dispose ( bool disposing ) : void
OnClick ( EventArgs 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 ( TextGraphics textGraphics, string text, Point point, bool selected, bool disabled ) : void
OnDrawItem ( DrawItemEventArgs e ) : void
OnMeasureItem ( System.Windows.Forms.MeasureItemEventArgs e ) : void
UpdateItems ( ) : void

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

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

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