Share via


TextBox Object Members

Outlook Forms Script Reference

Displays information from a user or from an organized set of data.

Methods

  Name Description
Bb176988.methods(en-us,office.12).gif Copy Copies the contents of an object to the Clipboard.
Bb176988.methods(en-us,office.12).gif Cut Removes selected information from an object and transfers it to the Clipboard.
Bb176988.methods(en-us,office.12).gif Paste Transfers the contents of the Clipboard to an object.

Properties

  Name Description
Bb176988.properties(en-us,office.12).gif AutoSize Returns or sets a Boolean that specifies whether an object automatically resizes to display its entire contents. Read/write.
Bb176988.properties(en-us,office.12).gif AutoTab Returns or sets a Boolean taht specifies whether an automatic tab occurs when a user enters the maximum allowable number of characters into a TextBox. Read/write.
Bb176988.properties(en-us,office.12).gif AutoWordSelect Returns or sets a Boolean that specifies whether the basic unit used to extend a selection is a word or a single character. Read/write.
Bb176988.properties(en-us,office.12).gif BackColor Returns or sets a Long that specifies the background color of the object. Read/write.
Bb176988.properties(en-us,office.12).gif BackStyle Returns or sets an Integer that specifies the background style for an object. Read/write.
Bb176988.properties(en-us,office.12).gif BorderColor Returns or sets a Long that specifies the border color of an object. Read/write.
Bb176988.properties(en-us,office.12).gif BorderStyle Returns or sets an Integer that specifies the type of border of the control. Read/write.
Bb176988.properties(en-us,office.12).gif CanPaste Returns a Boolean that specifies whether the Clipboard contains data that the object supports. Read-only.
Bb176988.properties(en-us,office.12).gif CurLine Returns or sets a Long that represents the current line of a control. Read/write.
Bb176988.properties(en-us,office.12).gif CurTargetX Returns a Long that represents the preferred horizontal position of the insertion point in a multiline TextBox. Read-only.
Bb176988.properties(en-us,office.12).gif CurX Returns or sets a Long that represents the current horizontal position of the insertion point in a multiline TextBox. Read/write.
Bb176988.properties(en-us,office.12).gif DragBehavior Returns or sets an Integer that specifies whether the system enables the drag-and-drop feature for the control. Read/write.
Bb176988.properties(en-us,office.12).gif Enabled Returns or sets a Boolean that specifies whether a control can receive the focus and respond to user-generated events. Read/write.
Bb176988.properties(en-us,office.12).gif EnterFieldBehavior Returns or sets an Integer that specifies the selection behavior when entering a TextBox. Read/write.
Bb176988.properties(en-us,office.12).gif EnterKeyBehavior Returns or sets a Boolean that defines the effect of pressing ENTER in a TextBox. Read/write.
Bb176988.properties(en-us,office.12).gif ForeColor Returns or sets a Long that specifies the foreground color of an object. Read/write.
Bb176988.properties(en-us,office.12).gif HideSelection Returns or sets a Boolean that specifies whether selected text remains highlighted when a control does not have the focus. Read/write.
Bb176988.properties(en-us,office.12).gif IMEMode Returns or sets an Integer that specifies the default run-time mode of the Input Method Editor (IME) for a control. Read/write.
Bb176988.properties(en-us,office.12).gif IntegralHeight Returns or sets a Boolean that specifies whether a TextBox displays full lines of text or partial lines. Read/write.
Bb176988.properties(en-us,office.12).gif LineCount Returns a Long that specifies the number of text lines in a TextBox. Read-only.
Bb176988.properties(en-us,office.12).gif Locked Returns or sets a Boolean that specifies whether a control can be edited. Read/write.
Bb176988.properties(en-us,office.12).gif MaxLength Returns or sets a Long that specifies the maximum number of characters a user can enter in a TextBox. Read/write.
Bb176988.properties(en-us,office.12).gif MouseIcon Returns a String that represents the full path name of a custom icon that is to be assigned to the control. Read-only.
Bb176988.properties(en-us,office.12).gif MousePointer Returns or sets an Integer that specifies the type of pointer displayed when the user positions the mouse over a particular object. Read/write.
Bb176988.properties(en-us,office.12).gif MultiLine Returns or sets a Boolean that specifies whether a control can accept and display multiple lines of text. Read/write.
Bb176988.properties(en-us,office.12).gif PasswordChar Returns or sets a String that specifies a placeholder character to be displayed instead of the characters actually entered in a TextBox. Read/write.
Bb176988.properties(en-us,office.12).gif ScrollBars Returns or sets an Integer that specifies whether a control has vertical scroll bars, horizontal scroll bars, or both. Read/write.
Bb176988.properties(en-us,office.12).gif SelectionMargin Returns or sets a Boolean that specifies whether the user can select a line of text by clicking in the region to the left of the text. Read/write.
Bb176988.properties(en-us,office.12).gif SelLength Returns or sets a Long that represents a the number of characters selected in a TextBox. Read/write.
Bb176988.properties(en-us,office.12).gif SelStart Returns or sets a Long that represents the starting point of selected text, or the insertion point if no text is selected. Read/write.
Bb176988.properties(en-us,office.12).gif SelText Returns or sets a String that represents the selected text of a control. Read/write.
Bb176988.properties(en-us,office.12).gif SpecialEffect Returns or sets an Integer that specifies the visual appearance of an object. Read/write.
Bb176988.properties(en-us,office.12).gif TabKeyBehavior Returns or sets a Boolean that specifies whether tabs are allowed in the edit region. Read/write.
Bb176988.properties(en-us,office.12).gif Text Returns or sets a String that specifies text in the control. Read/write.
Bb176988.properties(en-us,office.12).gif TextAlign Returns or sets an Integer that specifies how text is aligned in a control. Read/write.
Bb176988.properties(en-us,office.12).gif TextLength Returns a Long that represents the the length, in number of characters, of text in the edit region of a TextBox. Read-only.
Bb176988.properties(en-us,office.12).gif Value Returns or sets a Variant that specifies text in the edit region. Read/write.
Bb176988.properties(en-us,office.12).gif WordWrap Returns or sets a Boolean that specifies whether the contents of a control automatically wrap at the end of a line and the control expands to fit the text. Read/write.