| 
TextBoxFormat Constructor
  | 
 Namespace:
 Spire.Doc.Formatting
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public TextBoxFormat(
	TextBox txtBox
)
 
Public Sub New ( 
	txtBox As TextBox
)
 
public:
TextBoxFormat(
	TextBox^ txtBox
)
 
new : 
txtBox : TextBox -> TextBoxFormat
 
 
 
Parameters
 
- 
txtBox
 
- 
 Type:
 
Spire.Doc.Fields
TextBox
 
 the parent textbox.
 
 See Also
See Also