C# Class Reflector.UserInterface.CommandBarContextMenu

Inheritance: System.Windows.Forms.ContextMenu
Mostrar archivo Open project: sillsdev/FieldWorks Class Usage Examples

Private Properties

Property Type Description
ClearMenuItems void
GetImageSize System.Drawing.Size
ProcessCmdKey bool
UpdateItems void

Protected Methods

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

Private Methods

Method Description
ClearMenuItems ( MenuItemCollection menuItemCollection ) : void
GetImageSize ( CommandBarItemCollection items ) : Size
ProcessCmdKey ( Message &message, Keys keyData ) : bool
UpdateItems ( ) : void

Method Details

Dispose() protected method

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

OnPopup() protected method

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