StatusBarPanel::Parent Property
.NET Framework (current version)
Gets the StatusBar control that hosts the status bar panel.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
You can use this property to determine the StatusBar control that a StatusBarPanel is contained within. StatusBarPanel objects are added to a StatusBar control by calling the Add method of the StatusBar::StatusBarPanelCollection class. The StatusBar::StatusBarPanelCollection of a StatusBar control is accessible through the Panels property.
.NET Framework
Available since 1.1
Available since 1.1
Show: