|
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 its state and content:
Text Panel : Display descriptive text information about EditControl application.
It can also be used to indicate the location of the currently loaded file.
Status Panel : Display information about state of EditControl application
It can also be used to display just the Read Only state of the file loaded into the EditControl.
Encoding Panel : Display information on encoding used in EditControl.
Coords Panel : Indicate current keyboard cursor position
Insert Panel : Indicate state of Insert key
Status Bar in EditControl with Status Bar Panels and Sizing Gripper
In addition to the above information, any custom text can also be displayed in the StatusBarPanels. Moreover the Status Bar also hosts a sizing gripper which supports the Smart, Visible and Hidden modes of operation.
|