AbortModal Method
Overloads
| AbortModal(Boolean) |
Aborts any selection mode in an app. For more information about selection mode, see |
AbortModal(Boolean)
Aborts any selection mode in an app. For more information about selection mode, see BeginSelections method.
Declaration
public void AbortModal([QixName("qAccept")] bool accept)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | accept |
Set this parameter to true to accept the selections before exiting the selection mode. |