Skip to content

P_DataTools_MessageBoxEx_MessageBoxExConfig_Dismissed

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

MessageBoxExConfig.Dismissed Property

Indicates that the box was dismissed without the user clicking any button (either by navigating to a URL or closing the window with the X.)

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

Syntax

C#

public bool Dismissed { get; set; }

VB

Public Property Dismissed As Boolean
	Get
	Set

Property Value

Type: Boolean

See Also

Reference

MessageBoxExConfig Class
DataTools.MessageBoxEx Namespace

Clone this wiki locally