Gets the System.Windows.Forms.StatusBar control that hosts the status bar panel.
Documentation for this section has not yet been entered.
You can use this property to determine the System.Windows.Forms.StatusBar control that a System.Windows.Forms.StatusBarPanel is contained within. System.Windows.Forms.StatusBarPanel objects are added to a System.Windows.Forms.StatusBar control by calling the System.Windows.Forms.StatusBar.StatusBarPanelCollection.Add(string) method of the System.Windows.Forms.StatusBar.StatusBarPanelCollection class. The System.Windows.Forms.StatusBar.StatusBarPanelCollection of a System.Windows.Forms.StatusBar control is accessible through the StatusBar.Panels property.