-
Couldn't load subscription status.
- Fork 2
T_DataTools_MessageBoxEx_OptionTextMode
Nathan Moschkin edited this page Aug 16, 2020
·
2 revisions
The modes to be used for the OptionTextMode parameter in MessageBoxExConfig.
Namespace: DataTools.MessageBoxEx
Assembly: MessageBoxEx (in MessageBoxEx.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public enum OptionTextModeVB
Public Enumeration OptionTextMode
| Member name | Value | Description | |
|---|---|---|---|
| Checkbox | 0 | Causes the option text to behave as a checkbox whose result will be available to the caller. | |
| Url | 1 | Causes the option text to behave as a URL that will open when clicked. |