Method: Refresh for TextBox
- Mise à jour2024-09-12
- Temps de lecture : 1 minute(s)
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