Skip to content

P_DataTools_MessageBoxEx_MessageBoxExConfig_OptionText

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

MessageBoxExConfig.OptionText Property

Toggle option text. If this text is not null, either a URL or a check box will be displayed. The state of the toggle when the dialog closes can be found in the OptionResult property. In URL mode this can be any file or process that you have permission to start.

Namespace: DataTools.MessageBoxEx
Assembly: MessageBoxEx (in MessageBoxEx.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public string OptionText { get; set; }

VB

Public Property OptionText As String
	Get
	Set

Property Value

Type: String

See Also

Reference

MessageBoxExConfig Class
DataTools.MessageBoxEx Namespace

Clone this wiki locally