PropertyDialogOptions

These constants represent the options you can use with the dlgOptions parameter of the PropertyObject.DisplayPropertiesDialog method. Use the bitwise-OR operator to specify more than one option.

  • PropDlgOption_DisableAdvancedButton –(Value: 0x4) Disables the Advanced button in the dialog box to prevent the user from editing the flag settings for the property.
  • PropDlgOption_DisableNumericFormatButton –(Value: 0x8) Disables the Numeric Format button in the dialog box to prevent the user from changing the format of the property.
  • PropDlgOption_ModalToAppMainWind –(Value: 0x10000) By default, the dialog box is modal to the last active window of the calling thread, or if none exists, to the last active window from AppMainHwnd. If you set this option, the dialog box is modal with respect to the window handle of the Engine.AppMainHwnd property. Typically, you do not need to set this option.
  • PropDlgOption_NoOptions –(Value: 0x0) No option.
  • PropDlgOption_ReadOnly –(Value: 0x20000) Use this option to create a read-only version of the dialog box.
  • PropDlgOption_ShowViewContentsButton –(Value: 0x2) Adds a View Contents button to the bottom of the dialog box. Click the View Contents button to close the dialog box and include the PropDlgOutput_ViewContents flag in the return value of the method that displays the dialog box. The caller of the method that launches the dialog box responds to the View Contents button by displaying the object to which the dialog box applies in the user interface.
  • PropDlgOption_UseVariablesViewDialog –(Value: 0x10) Display the version of the dialog used by the TestStand Sequence Editor Variables View. Currently applies only to DisplayFlagsDialog.

See Also

Engine.AppMainHwnd

PropertyDialogOutputs

PropertyObject.DisplayPropertiesDialog