TXStatusBar Control

A TXStatusBar control represents a status bar for a Text Control. It shows the page, line and column number of the current text input position, the zoom factor and some key states. Furthermore it can display an info text.

Syntax

TXStatusBar

Properties

Property Description
Appearance Returns or sets the paint style of a status bar.
BorderStyle Returns or sets the border style for a status bar.
DisplayColor This property gets or sets the display colors of a status bar.
Enabled Returns or sets a value that determines whether a status bar can respond to user-generated events.
FontBold Returns or sets the bold font style.
FontItalic Returns or sets the italic font style.
FontName Returns or sets the font used to display text.
FontSize Returns or sets the pointsize, in twips, of the font used to display text.
FontStrikethru Returns or sets the strikethru font style.
FontUnderline Returns or sets the underline font style.
hWnd Returns a handle to a status bar.
Language Determines the language in which a status bar displays resources.
PageMode Returns or sets the status of the StatusBar's 'Page' field.
ResourceFile Returns or sets the file name of a resource library which status bar loads to display resources.
RightToLeft Returns or sets a value specifying whether the status bar's display areas are shown from right to left or from left to right.
ShowColumn Specifies whether the status bar shows the column number of the current text input position.
ShowLine Specifies whether the status bar shows the line number of the current text input position.
ShowLocale Specifies whether the status bar shows the language of the text selection or the text input position.
ShowPage Specifies whether the status bar shows the page number of the current text input position.
ShowPageCounter Specifies whether the status bar shows the number of pages in the document.
ShowSection Specifies whether the status bar shows the section number of the current text input position.
ShowSectionCounter Specifies whether the status bar shows the number of sections in the document.
ShowZoomTrackBar Specifies whether the status bar shows a track bar instead of a simple number to show and to set the zooming factor.
Text Returns or sets the info text of a status bar.
TextColumn Returns or sets the text which appears in the Column field in front of the column number.
TextLine Returns or sets the text which appears in the Line field in front of the line number.
TextPage Returns or sets the text which appears in the Page field in front of the page number.
TextPageCounter Returns or sets the text which appears in front of the page counter.
TextSection Returns or sets the text which appears in the Section field in front of the section number.
TextSectionCounter Returns or sets the text which appears in front of the section counter.

Events

Event Description
MouseDown Occurs when the user presses a mouse button.
MouseMove Occurs when the user moves the mouse.
MouseUp Occurs when the user releases a mouse button.

See Also