EditNumericFormatOptions

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

  • EditNumFormat_AllowDefaultFormat –(Value: 0x1) Use this option to allow the user to set the numeric format to the default value in the Numeric Format dialog box.
  • EditNumFormat_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.
  • EditNumFormat_NoOptions –(Value: 0) No options.

See Also

Engine.AppMainHwnd

Engine.DisplayEditNumericFormatDialogEx

Numeric Format dialog box