Skip to content

T_DataTools_MessageBoxEx_OptionTextMode

Nathan Moschkin edited this page Aug 16, 2020 · 2 revisions

OptionTextMode Enumeration

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)

Syntax

C#

public enum OptionTextMode

VB

Public Enumeration OptionTextMode

Members

 

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.

See Also

Reference

DataTools.MessageBoxEx Namespace

Clone this wiki locally