PropertyObject.DisplayAttributesDialog
- Updated2024-10-09
- 1 minute(s) read
PropertyObject.DisplayAttributesDialog
Syntax
PropertyObject.DisplayAttributesDialog( dlgTitle = "", file = NULL, dlgOptions = 0)
Return Value
Returns True if you make modifications and click OK in the dialog box. Returns False if you click Cancel or make no modifications.
Purpose
Launches the Attributes dialog box, in which you can create and edit attributes of a PropertyObject.
Parameters
dlgTitle As String
[In] Specifies the title of the dialog box. Pass an empty string to use the default title for the dialog box.
This parameter has a default value of "" .
file As PropertyObjectFile
[In] Specifies the file to which the object belongs.
This parameter has a default value of NULL .
dlgOptions As Long
[In] Specifies any combination of the CommonDialogOptions constants.
This parameter has a default value of 0 .
See Also
Thread Safety of the PropertyObject API and TestStand Variables