OperationSelectionDlg Constructor(Control,String,Boolean)
- Last UpdatedNov 06, 2025
- 1 minute read
The OperationSelectionDlg(Control, string, bool) method opens the Selection dialog to display the operation selections for the specified operation. This overload of the method includes a flag that can be set to make the selections view-only.
Parameters
- control
- Required. Holds the parent control into which the selected operation will be placed.
- opPattern
- Holds the search pattern used for populating the list of operations.
- includeEmptyOperation
- Required. Holds a flag, if set to true, specifies that an entry will be included at the beginning of the list of operations to allow for selection of 'None'.