Documentation for this section has not yet been entered.
ToolStripItem.Owner returns the System.Windows.Forms.ToolStrip whose Items collection contains the current System.Windows.Forms.ToolStripItem. This is the best way to reference ToolStrip.ImageList or other properties in the top-level System.Windows.Forms.ToolStrip without writing special code to handle overflow.
The ToolStripItem.Owner remains the same even if the item falls into the System.Windows.Forms.ToolStripOverflow. The ToolStripItem.Owner can be null for certain elements that are in the ToolStrip.DisplayedItems collection but not in the ToolStrip.Items collection.