C# 클래스 Reflector.UserInterface.CommandBarContextMenu

상속: System.Windows.Forms.ContextMenu
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ClearMenuItems void
GetImageSize System.Drawing.Size
ProcessCmdKey bool
UpdateItems void

보호된 메소드들

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

비공개 메소드들

메소드 설명
ClearMenuItems ( MenuItemCollection menuItemCollection ) : void
GetImageSize ( CommandBarItemCollection items ) : Size
ProcessCmdKey ( Message &message, Keys keyData ) : bool
UpdateItems ( ) : void

메소드 상세

Dispose() 보호된 메소드

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

OnPopup() 보호된 메소드

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