BCGControlBar Library for .NET
ProcessContextMenuCommand Method




The identifier of the context menu command to process.
Processes command related to the MenuButton  with specified identifier from the context menu for the Ribbon Control.
Syntax
'Declaration
 
Public Overridable Sub ProcessContextMenuCommand( _
   ByVal id As Integer _
) 
'Usage
 
Dim instance As RibbonControl
Dim id As Integer
 
instance.ProcessContextMenuCommand(id)
public virtual void ProcessContextMenuCommand( 
   int id
)
public: virtual void ProcessContextMenuCommand( 
   int id
) 
public:
virtual void ProcessContextMenuCommand( 
   int id
) 

Parameters

id
The identifier of the context menu command to process.
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

RibbonControl Class
RibbonControl Members

Send Feedback