ToolStripDropDown::OwnerItem Property
.NET Framework (current version)
Gets or sets the ToolStripItem that is the owner of this ToolStripDropDown.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: [BrowsableAttribute(false)] property ToolStripItem^ OwnerItem { ToolStripItem^ get(); void set(ToolStripItem^ value); }
Property Value
Type: System.Windows.Forms::ToolStripItem^The ToolStripItem that is the owner of this ToolStripDropDown. The default value is null.
.NET Framework
Available since 2.0
Available since 2.0
Show: