New Properties, Methods and Events

In TX Text Control 16.0 the following new properties, methods and events have been added:

Properties

Property Description
TXButtonBar.PosDecreaseIndent Returns or sets the position of a button which decreases the left indent of all selected paragraphs.
TXButtonBar.PosGrowFont Returns or sets the position of a button which grows the font sizes of all selected fonts.
TXButtonBar.PosIncreaseIndent Returns or sets the position of a button which increases the left indent of all selected paragraphs.
TXButtonBar.PosShrinkFont Returns or sets the position of a button which shrinks the font sizes of all selected fonts.
TXTextControl.EnableSpellChecking Gets or sets a value indicating whether spell checking is active or not.
TXTextControl.MisspelledWordAtInputPos Gets the number of the misspelled word at the current text input position.
TXTextControl.MisspelledWordLength Gets the length of the misspelled word with the specified number.
TXTextControl.MisspelledWords Gets the current number of misspelled words.
TXTextControl.MisspelledWordStart Gets the zero-based position of the misspelled word with the specified number.
TXTextControl.PageImage Returns an image of the specified page which can be used with the Picture property of a Form object, PictureBox control or Image control.

Methods

Method Description
TXTextControl.DecreaseIndent Decreases the left indent of all paragraphs contained in the current text selection.
TXTextControl.GrowFont Increases the font size of each font contained in the current text selection.
TXTextControl.IncreaseIndent Increases the left indent of all paragraphs contained in the current text selection.
TXTextControl.MisspelledWordDelete Removes the specified misspelled word from a Text Control document.
TXTextControl.ShrinkFont Decreases the font size of each font contained in the current text selection.

Events

Event Description
TXTextControl.SpellCheckText Occurs, if the document's text has been altered and the spelling of the new text must be checked.