 |
ShowValidationResults Enumeration |
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
The options to display validation results of the edited parameter.
Namespace:
WeroSoft.Triton.Desktop.Controls
Assembly:
WeroSoft.Triton.Control.Library (in WeroSoft.Triton.Control.Library.dll) Version: 3.23.1.1 (3.23.0205.1)
Syntaxpublic enum ShowValidationResults
Members
| Member name | Value | Description |
---|
| OnDialogMessageArea | 0 |
Show the validation results on the dialog message area.
|
| OnTritonMessageArea | 1 |
Show the validation results on the Triton message area.
|
| None | 2 |
Do not show the validation results.
|
See Also