BCGControlBar Library for .NET
ProcessMenuCommand Method




The identifier of the command to process.
The popup menu to process the specified command.
Called by the framework on execution the commands of the OutlookPopupMenu. Calls function related to the specified command of the popup menu.
Syntax
'Declaration
 
Public Overridable Sub ProcessMenuCommand( _
   ByVal ID As Integer, _
   ByVal PopupMenu As OutlookPopupMenu _
) 
'Usage
 
Dim instance As OutlookBarControl
Dim ID As Integer
Dim PopupMenu As OutlookPopupMenu
 
instance.ProcessMenuCommand(ID, PopupMenu)
public virtual void ProcessMenuCommand( 
   int ID,
   OutlookPopupMenu PopupMenu
)
public: virtual void ProcessMenuCommand( 
   int ID,
   OutlookPopupMenu* PopupMenu
) 
public:
virtual void ProcessMenuCommand( 
   int ID,
   OutlookPopupMenu^ PopupMenu
) 

Parameters

ID
The identifier of the command to process.
PopupMenu
The popup menu to process the specified command.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

OutlookBarControl Class
OutlookBarControl Members

Send Feedback