Methods | This Package | All Packages

StatusBar Class

Encapsulates the Windows status bar control.

Component
  |
  +--Control
    |
    +--StatusBar

package com.ms.wfc.ui

public class StatusBar
extends
Control

Remarks

A status bar is an area, usually displayed at the bottom of a window, in which an application can display various kinds of status information. To display a single message on the status bar, set the showPanels property to false (the default), and set the text property of the status bar to the text you want to appear in the status bar. To divide the status bar into panels to display more than one type of information, set the showPanels property to true and use the addPanel method.