C# 클래스 Reflector.UserInterface.CommandBarContextMenu.MenuBarItem

상속: System.Windows.Forms.MenuItem
파일 보기 프로젝트 열기: sillsdev/FieldWorks

Private Properties

프로퍼티 타입 설명
DrawBackground void
DrawCheck void
DrawImage void
DrawText void
OnDrawItem void
OnMeasureItem void
UpdateItems void

공개 메소드들

메소드 설명
MenuBarItem ( CommandBarItem item, Size imageSize, Font font, bool mnemonics ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
OnClick ( EventArgs e ) : void
OnPopup ( EventArgs e ) : void
OnSelect ( EventArgs e ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

MenuBarItem() 공개 메소드

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

OnClick() 보호된 메소드

protected OnClick ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnPopup() 보호된 메소드

protected OnPopup ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnSelect() 보호된 메소드

protected OnSelect ( EventArgs e ) : void
e System.EventArgs
리턴 void