

To disable this feature, in Options/Designer, uncheck Sync control names with text.įormBorderStyle property: Appearance of border and title bar For example, if you set the Text property of the form to “Get Process,” the variable name is changed to $formGetProcess.

Note: When you change the Text property value of a form (or other control), PowerShell Studio and PrimalScript automatically rename the variable that stores the form object.

Or, set the value of the Text property of the form in the script. To change the form title, in the Properties pane, change the value of the Text property of the form. Use the Text property to get or change the title of the form.įor example, the value of the Text property of this form is “Form.” Important Properties: Text property: Sets the form title The Form control represents the application window that contains the other controls. User Rating: 4 / 5 Please Rate Form Control
