Forms > Forms Assembly Interfaces > IStatusBarPanes
The IStatusBarPanes interface contains properties and methods of the collection of panels of the StatusBar component.
Property name | Brief description | |
![]() |
Count | The Count property determines the number of panels of the StatusBar component. |
![]() |
Item | The Item property returns panel of the StatusBar component. |
Method name | Brief description | |
![]() |
Add | The Add method adds a new panel. |
![]() |
Clear | The Clear method removes all panels from the StatusBar component. |
![]() |
Delete | The Delete method deletes a panel of the StatusBar component. |
![]() |
Insert | The Insert method inserts new panel to the specified position. |
See also: