ModelingWindowPane.MenuService 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.
Gets the IMenuCommandService which derived classes and hosted controls can use to add commands.
public:
virtual property System::ComponentModel::Design::IMenuCommandService ^ MenuService { System::ComponentModel::Design::IMenuCommandService ^ get(); };
public virtual System.ComponentModel.Design.IMenuCommandService MenuService { [System.Diagnostics.DebuggerStepThrough] get; }
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.MenuService : System.ComponentModel.Design.IMenuCommandService
Public Overridable ReadOnly Property MenuService As IMenuCommandService
Property Value
- Attributes