C# 클래스 System.Windows.Forms.CommandBarContextMenu.MenuBarItem

상속: MenuItem
파일 보기 프로젝트 열기: Longkong/Pojjaman

Private Properties

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

공개 메소드들

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

보호된 메소드들

메소드 설명
OnClick ( EventArgs e ) : void
OnDrawItem ( DrawItemEventArgs e ) : void
OnMeasureItem ( System.Windows.Forms.MeasureItemEventArgs 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 ( System.Windows.Forms.TextGraphics textGraphics, string text, Point point, bool selected, bool disabled ) : void
UpdateItems ( ) : 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

OnDrawItem() 보호된 메소드

protected OnDrawItem ( DrawItemEventArgs e ) : void
e DrawItemEventArgs
리턴 void

OnMeasureItem() 보호된 메소드

protected OnMeasureItem ( System.Windows.Forms.MeasureItemEventArgs e ) : void
e System.Windows.Forms.MeasureItemEventArgs
리턴 void

OnPopup() 보호된 메소드

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

OnSelect() 보호된 메소드

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