ToolStripItem::OwnerItem Property

 

Gets the parent ToolStripItem of this ToolStripItem.

Namespace:   System.Windows.Forms
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
Return to top
Show: