MenuItemEventArgs.Owner Property

Definition

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.

Applies to