TextInput Members
Include Protected Members
Include Inherited Members
Represents a single text form field.
The TextInput type exposes the following members.
Methods
Name | Description | |
---|---|---|
Clear | Deletes the text from the specified text form field. | |
EditType | Sets options for the specified text form field. |
Top
Properties
Name | Description | |
---|---|---|
Application | Returns a Application object that represents the Microsoft Word application. | |
Creator | Returns a 32-bit integer that indicates the application in which the specified object was created. | |
Default | Returns or sets the text that represents the default text box contents. | |
Format | Returns the text formatting for the specified text box. | |
Parent | Returns an object that represents the parent object of the specified object. | |
Type | Returns the type of text form field. | |
Valid | True if the specified form field object is a valid check box form field. | |
Width | Returns or sets the width of the specified object, in points. |
Top