| Skype: | TextControlSupport | |
| Orders: | 877-462-4772 |
Control Settings |
||
Classes |
||
| Class | Description | |
| AutoSize | The AutoSize class is used with the TextControl.AutoControlSize property, to enable automatic
expansion or shrinking of a Text Control's width or height. |
|
Properties |
||
| Property | Description | |
| ServerTextControl.BackColor | Gets or sets the background color of the control. |
|
| TextControl.AcceptsTab | Gets 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.AutoControlSize | Gets or sets values that enable automatic expansion or shrinking of a Text Control's width or height
depending on the currently contained text. |
|
| TextControl.BackColor | Overridden. Gets or sets the background color of the control. |
|
| TextControl.BackgroundStyle | Defines the kind of view to display the page background. |
|
| TextControl.BorderStyle | Gets or sets the border type of the Text Control. |
|
| TextControl.ControlChars | Specifies if control characters are visible or not. |
|
| TextControl.EditMode | Gets or sets a value indicating whether text in the Text Control is read-only, can be selected or is
editable. |
|
| TextControl.FormattingPrinter | Gets or sets the name of a printer the text dimensions and capabilities of which are used to format the document. |
|
| TextControl.FormattingPrinter | Gets or sets the name of a printer the text dimensions and capabilities of which are used to format the document. |
|
| TextControl.ScrollBars | Gets or sets a value indicating whether a Text Control has horizontal or vertical scroll bars. |
|
| TextControl.ScrollLocation | Gets 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.ViewMode | Gets or sets the mode in which Text Control displays its contents. |
|
Methods |
||
| Method | Description | |
| ServerTextControl.Create | Initializes the resources of a newly instantiated object. |
|
| ServerTextControl.ResetBackColor | Resets the BackColor property to its default value. |
|
| TextControl.OnAcceptsTabChanged | Raises the AcceptsTabChanged event. |
|
| TextControl.OnBorderStyleChanged | Raises the BorderStyleChanged event. |
|
| TextControl.OnHandleCreated | Overridden. See Control.OnHandleCreated. |
|
| TextControl.OnHExpanded | Raises the HExpanded event. |
|
| TextControl.OnHScroll | Raises the HScroll event. |
|
| TextControl.OnHShrunk | Raises the HShrunk event. |
|
| TextControl.OnVExpanded | Raises the VExpanded event. |
|
| TextControl.OnVScroll | Raises the VScroll event. |
|
| TextControl.OnVShrunk | Raises the VShrunk event. |
|
| TextControl.ResetAutoControlSize | Resets the AutoControlSize property to its default values. |
|
| TextControl.ResetBackColor | Overridden. Resets the BackColor property to its default value. |
|
| TextControl.ResetCursor | Overridden. Resets the Cursor property to its default value. |
|
Events |
||
| Event | Description | |
| TextControl.AcceptsTabChanged | Occurs when the value of the AcceptsTab property has changed. |
|
| TextControl.BorderStyleChanged | Occurs when the value of the BorderStyle property has changed. |
|
| TextControl.HExpanded | Occurs 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.HScroll | Occurs when the horizontal scroll position has been changed. |
|
| TextControl.HShrunk | Occurs 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.VExpanded | Occurs when the Text Control has automatically expanded its size vertically. |
|
| TextControl.VScroll | Occurs when the vertical scroll position has been changed. |
|
| TextControl.VShrunk | Occurs when the Text Control has automatically shrunk its size vertically. |
|