ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

DIAdem Help

Method: ShowTextPropertiesDlg for TextBox

  • Updated2024-09-12
  • 1 minute(s) read

Method: ShowTextPropertiesDlg for TextBox

Opens the dialog box where you specify the properties of a textbox in DIAdem VIEW.

Object.ShowTextPropertiesDlg()
ObjectTextBox
Object with this method

The following example opens the display dialog box for a text box:

VBScriptPython

 

View.Sheets(1).Areas(1).DisplayObjType = "TextBox"
Call View.Sheets(1).Areas(1).DisplayObj.ShowTextPropertiesDlg