Password (Property)

Applies To:

ControlsTextBox object

Description:

Returns or sets the value of a text box password setting. If this property is true, the text in the text box will be replaced with ****.

Action:

Read-only, String

Example:

This example shows how to set the password property on a text box:

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