TX Text Control .NET for Windows Forms Documentation

StatusBar Class

The StatusBar class represents a tool bar which can be used to show the position of the curent text input position and other status information of a TextControl. It is inherited from the System.Windows.Forms.Control class. The following describes only the properties, methods and events defined through the StatusBar class. For a list of properties, methods and events inherited from the System.Windows.Forms.Control class see the .NET Framework reference.

Syntax

[C#] public class StatusBar : Control
[Visual Basic] Public Class StatusBar Inherits Control

Properties

PropertyDescription
BorderStyleGets or sets the border style of the status bar.
ColumnTextGets or sets the text in the 'Column' area of the status bar.
DisplayColorsGets or sets the colors of the status bar.
LineTextGets or sets the text in the 'Line' area of the status bar.
PageCounterTextGets or sets the text in the 'Page counter' area of the status bar.
PageTextGets or sets the text in the 'Page' area of the status bar.
SectionCounterTextGets or sets the text in the 'Section counter' area of the status bar.
SectionTextGets or sets the text in the 'Section' area of the status bar.
ShowColumnSpecifies whether the status bar shows the column number of the current text input position.
ShowKeyStatesSpecifies whether the status bar shows the key state of the CAPSLOCK and the NUMLOCK key and the current insertion mode, insert or overwrite.
ShowLineSpecifies whether the status bar shows the line number of the current text input position.
ShowPageSpecifies whether the status bar shows the page number of the current text input position.
ShowPageCounterSpecifies whether the status bar shows the number of pages the document consists of.
ShowSectionSpecifies whether the status bar shows the section number of the current text input position.
ShowSectionCounterSpecifies whether the status bar shows the number of sections the document consists of.
ShowZoomSpecifies whether the status bar shows the current zoom factor.

Methods

MethodDescription
ResetDisplayColorsResets all display colors of a status bar to their system dependent default values.

See Also

 
 
 

Products

Support

Downloads

Corporate

Buy Now