TX Text Control .NET for Windows Forms Documentation

Control Settings

Classes

ClassDescription
AdaptFontEventArgsThe AdaptFontEventArgs class provides data for the TextControl.AdaptFont, WPF.TextControl.AdaptFont and ServerTextControl.AdaptFont events.
AutoSizeThe AutoSize class is used with the TextControl.AutoControlSize property, to enable automatic expansion or shrinking of a Text Control's width or height.
FontSettingsThe FontSettings class provides settings determining which fonts can be used in a document.
TextControl.ColorsThe TextControl.Colors class gets, sets or resets the display colors of a TextControl control.
WPF.TextControlColorsThe WPF.TextControlColors class gets, sets or resets the display colors of a WPF.TextControl control.

Properties

PropertyDescription
ServerTextControl.BackColorGets or sets the background color of the control.
ServerTextControl.FontSettingsGets a FontSettings object which provides properties determining which fonts can be used in a document.
ServerTextControl.FormattingPrinterGets or sets the name of a printer the text dimensions and capabilities of which are used to format the document.
TextControl.AcceptsTabGets or sets a value indicating whether pressing the TAB key types a TAB character in the control instead of moving the focus to the next control in the tab order.
TextControl.AllowDragGets or sets a value indicating whether the control can be a source of a Drag&Drop operation.
TextControl.AllowDropOverridden. Gets or sets a value indicating whether the control can accept data that the user drags onto it.
TextControl.AutoControlSizeGets or sets values that enable automatic expansion or shrinking of a Text Control's width or height depending on the currently contained text.
TextControl.BackColorOverridden. Gets or sets the background color of the control.
TextControl.BackgroundStyleDefines the kind of view to display the page background.
TextControl.BorderStyleGets or sets the border type of the Text Control.
TextControl.ControlCharsSpecifies if control characters are visible or not.
TextControl.DisplayColorsGets or sets the colors of the text control.
TextControl.DropFormatsGets or sets the formats of data the control can accept when the user drags it onto the control.
TextControl.EditModeGets or sets a value indicating whether text in the Text Control is read-only, can be selected or is editable.
TextControl.FontSettingsGets a FontSettings object which provides properties determining which fonts can be used in a document.
TextControl.FormattingPrinterGets or sets the name of a printer the text dimensions and capabilities of which are used to format the document.
TextControl.ScrollBarsGets or sets a value indicating whether a Text Control has horizontal or vertical scroll bars.
TextControl.ScrollLocationGets or sets the coordinates, in twips, of the upper-left corner of the document's visible part relative to the upper-left corner of the complete document.
TextControl.ViewModeGets or sets the mode in which Text Control displays its contents.
WPF.TextControl.AcceptsTabGets or sets a value indicating whether pressing the TAB key types a TAB character in the control instead of moving the focus to the next control in the tab order.
WPF.TextControl.AllowDragGets or sets a value indicating whether the control can be a source of a Drag&Drop operation.
WPF.TextControl.AllowDropInherited from System.Windows.UIElement.
WPF.TextControl.AutoControlSizeGets or sets values that enable automatic expansion or shrinking of a Text Control's width or height depending on the currently contained text.
WPF.TextControl.BorderThicknessGets or sets the border thickness of the Text Control.
WPF.TextControl.ControlCharsSpecifies if control characters are visible or not.
WPF.TextControl.DisplayColorsGets or sets the colors of the text control.
WPF.TextControl.DropFormatsGets or sets the formats of data the control can accept when the user drags it onto the control.
WPF.TextControl.EditModeGets or sets a value indicating whether text in the Text Control is read-only, can be selected or is editable.
WPF.TextControl.FontSettingsGets a FontSettings object which provides properties determining which fonts can be used in a document.
WPF.TextControl.FormattingPrinterGets or sets the name of a printer the text dimensions and capabilities of which are used to format the document.
WPF.TextControl.HorizontalScrollBarVisibilityGets or sets a value that indicates whether a horizontal scroll bar is shown.
WPF.TextControl.IsTabStopGets or sets a value that indicates whether a text control is included in tab navigation.
WPF.TextControl.ScrollLocationGets or sets the coordinates, in twips, of the upper-left corner of the document's visible part relative to the upper-left corner of the complete document.
WPF.TextControl.TabIndexGets or sets the tab index of the text control.
WPF.TextControl.VerticalScrollBarVisibilityGets or sets a value that indicates whether a vertical scroll bar is shown.
WPF.TextControl.ViewModeGets or sets the mode in which Text Control displays its contents.

Methods

MethodDescription
ServerTextControl.CreateInitializes the resources of a newly instantiated object.
ServerTextControl.OnAdaptFontRaises the AdaptFont event.
ServerTextControl.ResetBackColorResets the BackColor property to its default value.
TextControl.OnAcceptsTabChangedRaises the AcceptsTabChanged event.
TextControl.OnAdaptFontRaises the AdaptFont event.
TextControl.OnBorderStyleChangedRaises the BorderStyleChanged event.
TextControl.OnHandleCreatedOverridden. See Control.OnHandleCreated.
TextControl.OnHExpandedRaises the HExpanded event.
TextControl.OnHScrollRaises the HScroll event.
TextControl.OnHShrunkRaises the HShrunk event.
TextControl.OnVExpandedRaises the VExpanded event.
TextControl.OnVScrollRaises the VScroll event.
TextControl.OnVShrunkRaises the VShrunk event.
TextControl.ResetAutoControlSizeResets the AutoControlSize property to its default values.
TextControl.ResetBackColorOverridden. Resets the BackColor property to its default value.
TextControl.ResetCursorOverridden. Resets the Cursor property to its default value.
WPF.TextControl.OnAdaptFontRaises the AdaptFont event.
WPF.TextControl.OnHExpandedRaises the HExpanded event.
WPF.TextControl.OnHScrollRaises the HScroll event.
WPF.TextControl.OnHShrunkRaises the HShrunk event.
WPF.TextControl.OnVExpandedRaises the VExpanded event.
WPF.TextControl.OnVScrollRaises the VScroll event.
WPF.TextControl.OnVShrunkRaises the VShrunk event.

Events

EventDescription
ServerTextControl.AdaptFontOccurs for each font that must be adapted, because it is not supported.
TextControl.AcceptsTabChangedOccurs when the value of the AcceptsTab property has changed.
TextControl.AdaptFontOccurs for each font that must be adapted, because it is not supported.
TextControl.BorderStyleChangedOccurs when the value of the BorderStyle property has changed.
TextControl.HExpandedOccurs when the Text Control has automatically expanded its size horizontally. The event handler receives an argument of type EventArgs containing data related to this event.
TextControl.HScrollOccurs when the horizontal scroll position has been changed.
TextControl.HShrunkOccurs when the Text Control has automatically shrunk its size horizontally. The event handler receives an argument of type EventArgs containing data related to this event.
TextControl.VExpandedOccurs when the Text Control has automatically expanded its size vertically.
TextControl.VScrollOccurs when the vertical scroll position has been changed.
TextControl.VShrunkOccurs when the Text Control has automatically shrunk its size vertically.
WPF.TextControl.AdaptFontOccurs for each font that must be adapted, because it is not supported.
WPF.TextControl.HExpandedOccurs when the Text Control has automatically expanded its size horizontally. The event handler receives an argument of type EventArgs containing data related to this event.
WPF.TextControl.HScrollOccurs when the horizontal scroll position has been changed.
WPF.TextControl.HShrunkOccurs when the Text Control has automatically shrunk its size horizontally. The event handler receives an argument of type EventArgs containing data related to this event.
WPF.TextControl.VExpandedOccurs when the Text Control has automatically expanded its size vertically.
WPF.TextControl.VScrollOccurs when the vertical scroll position has been changed.
WPF.TextControl.VShrunkOccurs when the Text Control has automatically shrunk its size vertically.
 
 
 

Products

Support

Downloads

Corporate

Buy Now