C# Class SidebarLibrary.CommandBars.CommandBarMenu

Summary description for PopopMenu.
Inheritance: System.Windows.Forms.ContextMenu
Show file Open project: sillsdev/FieldWorks

Private Properties

Property Type Description

Public Methods

Method Description
CommandBarMenu ( MenuItem items ) : System

Protected Methods

Method Description
ProcessCmdKey ( Message &msg, Keys keyData ) : bool

Method Details

CommandBarMenu() public method

public CommandBarMenu ( MenuItem items ) : System
items System.Windows.Forms.MenuItem
return System

ProcessCmdKey() protected method

protected ProcessCmdKey ( Message &msg, Keys keyData ) : bool
msg System.Windows.Forms.Message
keyData Keys
return bool