DiagramDocView.ContextMenuId Property
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.
Context menu that should be displayed when the design surface is right-clicked on
protected:
abstract property System::ComponentModel::Design::CommandID ^ ContextMenuId { System::ComponentModel::Design::CommandID ^ get(); };
protected abstract System.ComponentModel.Design.CommandID ContextMenuId { get; }
member this.ContextMenuId : System.ComponentModel.Design.CommandID
Protected MustOverride ReadOnly Property ContextMenuId As CommandID