BrowseExprDialogOptions
- Aktualisiert2025-07-21
- 1 Minute(n) Lesezeit
BrowseExprDialogOptions
These constants represent the options you can use with the dlgOptions parameter of the Engine.DisplayBrowseExprDialogEx method and the ExpressionEdit.BrowseExprDialogOptions property. Use the bitwise-OR operator to specify more than one option.
- BrowseExpr_ForViewingTypes –(Value: 0x4) Use this option to specify that the Expression Browser dialog box show properties hidden in an instance of the type.
- BrowseExpr_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.
- BrowseExpr_NoContextMenus –(Value: 0x2) Use this option to disable the right-click context menus in the list control that allow users to insert, rename, and delete.
- BrowseExpr_NoOptions –(Value: 0x0) No options.
- BrowseExpr_UsesCRLF –(Value: 0x1) Use this option to specify that the initial expression string and the output expression string uses a carriage return/linefeed combination ("\r\n") instead of a simple linefeed ("\n") to indicate the end of a line of text. This option applies only to the Engine.DisplayBrowseExprDialogEx method.