Method: Refresh for TextBox
- Updated2024-09-12
- 1 minute(s) read
DIAdem VIEW > Methods > Method: Refresh for TextBox
Method: Refresh for TextBox
Refreshes the textbox view of DIAdem VIEW. DIAdem refreshes the variable contents and the text.
Object.Refresh()
| Object | TextBox Object with this method |
The following example refreshes the view of the textbox:
| VBScript | Python |
View.Sheets(1).Areas(1).DisplayObjType = "TextBox" Call View.Sheets(1).Areas(1).DisplayObj.Refresh