TextBoxControl
Overview
TextBoxControl is a class in Aspose.Words FOSS for .NET.
Inherits from: MorphDataControl.
The TextBox control displays text from an organized set of data or user input.
Properties: BackColor, Caption, ChildNodes, Enabled, ForeColor, GroupName, and 7 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Type | Forms2OleControlType | Read | Gets type of Forms 2.0 control. |
Text | string | Read/Write | Gets or sets a text of the control. |
Caption | string | Read/Write | Gets or sets a Caption property of the control. |
Value | string | Read | Gets underlying Value property which often represents control state. |
Enabled | bool | Read | Returns true if control is in enabled state. |
ChildNodes | Forms2OleControlCollection | Read | Gets collection of immediate child controls. |
GroupName | string | Read/Write | Gets or sets a string that specifies a group of mutually exclusive controls. |
ForeColor | Color | Read/Write | Gets or sets a foreground color of the control. |
BackColor | Color | Read/Write | Gets or sets a background color of the control. |
Width | double | Read/Write | Gets or sets a width of the control in points. |
Height | double | Read/Write | Gets or sets a height of the control in points. |
Name | string | Read/Write | Gets or sets name of the ActiveX control. |
IsForms2OleControl | bool | Read | Returns true if the control is a Forms2OleControl. |