Gets or sets the parent container of the System.Windows.Forms.ToolStripItem.
Documentation for this section has not yet been entered.
ToolStripItem.GetCurrentParent is a read-only accessor to the ToolStripItem.Parent property. A parent differs from an owner in that a parent denotes the returned current System.Windows.Forms.ToolStrip in which the item is displayed, which might be in the overflow area.
The parent System.Windows.Forms.ToolStrip raises paint events and so on, while the owner System.Windows.Forms.ToolStrip contains shared data such as image lists. Typically, the ToolStripItem.Parent property is set by the layout manager on the System.Windows.Forms.ToolStrip.