Scrollable (Property)

Applies To:

ControlsTextBox object

Description:

Returns or sets the value of the textbox scrollable property. Setting this property to “true” enables vertical scrolling of text in the Text box control.

Action:

Read-write, Boolean

Example:

This example shows how to change the properties of a text box:

ActiveDocument.Sections["Dashboard"].Shapes["TextBox1"].Scrollable = true