C# Class Reflector.UserInterface.CommandBarContextMenu.MenuBarItem

Inheritance: System.Windows.Forms.MenuItem
Mostrar archivo Open project: sillsdev/FieldWorks

Private Properties

Property Type Description
DrawBackground void
DrawCheck void
DrawImage void
DrawText void
OnDrawItem void
OnMeasureItem void
UpdateItems void

Public Methods

Method Description
MenuBarItem ( CommandBarItem item, Size imageSize, Font font, bool mnemonics ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void
OnClick ( EventArgs e ) : void
OnPopup ( EventArgs e ) : void
OnSelect ( EventArgs e ) : void

Private Methods

Method 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 method

protected Dispose ( bool disposing ) : void
disposing bool
return void

MenuBarItem() public method

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

OnClick() protected method

protected OnClick ( EventArgs e ) : void
e System.EventArgs
return void

OnPopup() protected method

protected OnPopup ( EventArgs e ) : void
e System.EventArgs
return void

OnSelect() protected method

protected OnSelect ( EventArgs e ) : void
e System.EventArgs
return void