ToolStripItem::OwnerItem Property
.NET Framework (current version)
Gets the parent ToolStripItem of this ToolStripItem.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: [BrowsableAttribute(false)] property ToolStripItem^ OwnerItem { ToolStripItem^ get(); }
Property Value
Type: System.Windows.Forms::ToolStripItem^The parent ToolStripItem of this ToolStripItem.
For example, the OwnerItem of an OpenToolStripMenuItem would typically be a FileToolStripMenuItem.
.NET Framework
Available since 2.0
Available since 2.0
Show: