UtilReasonSelectionDlg Constructor
- Last UpdatedNov 06, 2025
- 1 minute read
The UtilReasonSelectionDlg() method opens the Selection dialog to display the reasons for the specified utility. This overload of the method includes a flag that can be set to make the selections view-only.
'Declaration
Public Function New( _
ByVal includeEmptyReason As Boolean _
)
public UtilReasonSelectionDlg(
bool includeEmptyReason
)
Parameters
- includeEmptyReason
- Required. Holds a flag, if set to true, specifies that an entry will be included at the beginning of the list of reasons to allow for selection of 'None'.