MenuItemEventArgs.Owner 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 owner of the menu item. Typically, this is a node visible in the UI such as an ISharePointProjectItem or IExplorerNode.
public:
property System::Object ^ Owner { System::Object ^ get(); };
public object Owner { get; }
member this.Owner : obj
Public ReadOnly Property Owner As Object
Property Value
An object representing the menu item owner.