MapWindowDevelper:StatusBar
From MapWindow GIS
MapWindow.Interfaces.StatusBar
Used to manipulate the status bar at the bottom of Mapwindow.
Property Members
| Name | Access | Summary |
|---|---|---|
| Enabled : Boolean | public | Gets/Sets the enabled state of the StatusBar |
| Item : StatusBarItem | public | Iterator for all panels within the StatusBar |
| NumPanels : Int32 | public | Returns the number of panels in the StatusBar. |
| ProgressBarValue : Int32 | public | Gets/Sets the value of the StatusBar's ProgressBar |
| ShowProgressBar : Boolean | public | Gets/Sets whether or not the StatusBar's ProgressBar should be shown |
Method Members
| Name | Access | Summary |
|---|---|---|
| AddPanel() : StatusBarItem | public | Adds a new panel to the status bar. This function has been deprecated. Please use the AddPanel(Text) overload. |
| AddPanel() : StatusBarItem | public | Adds a new panel to the status bar. This function has been deprecated. Please use the AddPanel(Text) overload. |
| AddPanel() : StatusBarPanel | public | This is the preferred method to use to add a statusbar panel. |
| RemovePanel() : Void | public | Removes the specified Panel. There must always be one panel. If
you remove the last panel, the MapWindow will automatically add one. |
| RemovePanel() : Void | public | Removes the panel object specified. There must always be one
panel. If you remove the last panel, the MapWindow will automatically add one. |
| ResizeProgressBar() : Void | public | This function makes the progress bar fit into the last panel of
the status bar. Call this function whenever you change the size of ANY panel in the status bar. You do not need to call this on AddPanel or RemovePanel. |
















