PropertyObject.DisplayFlagsDialog
- Updated2024-10-09
- 1 minute(s) read
PropertyObject.DisplayFlagsDialog
Syntax
PropertyObject.DisplayFlagsDialog( dlgTitle = "", dlgOptions = 0)
Return Value
Returns one or more of the PropertyDialogOutputs status flags. Use the bitwise-AND operator to check for specific values.
Purpose
Launches a dialog box in which you can view and change the object flags.
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 "" .
dlgOptions As Long
[In] Specifies any combination of the PropertyDialogOptions constants.
This parameter has a default value of 0 .
See Also
PropertyObject.SetInstanceDefaultFlags
PropertyObject.SetInstanceOverrideFlags
Thread Safety of the PropertyObject API and TestStand Variables