Method: ShowTextPropertiesDlg for TextBox
- Updated2024-09-12
- 1 minute(s) read
DIAdem VIEW > Methods > Method: ShowTextPropertiesDlg for TextBox
Method: ShowTextPropertiesDlg for TextBox
Opens the dialog box where you specify the properties of a textbox in DIAdem VIEW.
Object.ShowTextPropertiesDlg()
| Object | TextBox Object with this method |
The following example opens the display dialog box for a text box:
| VBScript | Python |
View.Sheets(1).Areas(1).DisplayObjType = "TextBox" Call View.Sheets(1).Areas(1).DisplayObj.ShowTextPropertiesDlg