TextBoxControl

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

NameTypeAccessDescription
TypeForms2OleControlTypeReadGets type of Forms 2.0 control.
TextstringRead/WriteGets or sets a text of the control.
CaptionstringRead/WriteGets or sets a Caption property of the control.
ValuestringReadGets underlying Value property which often represents control state.
EnabledboolReadReturns true if control is in enabled state.
ChildNodesForms2OleControlCollectionReadGets collection of immediate child controls.
GroupNamestringRead/WriteGets or sets a string that specifies a group of mutually exclusive controls.
ForeColorColorRead/WriteGets or sets a foreground color of the control.
BackColorColorRead/WriteGets or sets a background color of the control.
WidthdoubleRead/WriteGets or sets a width of the control in points.
HeightdoubleRead/WriteGets or sets a height of the control in points.
NamestringRead/WriteGets or sets name of the ActiveX control.
IsForms2OleControlboolReadReturns true if the control is a Forms2OleControl.

See Also