ReportItem.AddItemsToContextMenu Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual void AddItemsToContextMenu(System::Windows::Forms::ToolStripItemCollection ^ menuItems, Microsoft::ReportDesigner::ReportItemMenuParams reportItemMenuParameters);
public virtual void AddItemsToContextMenu (System.Windows.Forms.ToolStripItemCollection menuItems, Microsoft.ReportDesigner.ReportItemMenuParams reportItemMenuParameters);
abstract member AddItemsToContextMenu : System.Windows.Forms.ToolStripItemCollection * Microsoft.ReportDesigner.ReportItemMenuParams -> unit
override this.AddItemsToContextMenu : System.Windows.Forms.ToolStripItemCollection * Microsoft.ReportDesigner.ReportItemMenuParams -> unit
Public Overridable Sub AddItemsToContextMenu (menuItems As ToolStripItemCollection, reportItemMenuParameters As ReportItemMenuParams)
Parameters
- menuItems
- ToolStripItemCollection
- reportItemMenuParameters
- ReportItemMenuParams