Status Bar
Status Bar is a component often found at the bottom of a window, in a GUI application. The EditContol offers such a Status Bar which includes the following panels to provide rich information on the state and content of the EditControl:
TextPanel : Used to display descriptive text information about the EditControl application. It can also be used to indicate the location of the currently loaded file.
StatusPanel : Used to display information about the state of the EditControl application. It can also be used to display only the ReadOnly state of the file loaded into the EditControl.
EncodingPanel : Used to display information on the encoding used in the EditControl.
CoordsPanel : Used to indicate the current keyboard cursor position.
InsertPanel : Used to indicate the state of the Insert key.
Status Bar in EditControl with StatusBarPanels and Sizing Gripper
In addition to the above information, any custom text can also be displayed in the StatusBarPanels. Moreover the StatusBar also hosts a sizing gripper which supports the Smart, Visible and Hidden modes of operation.
|