Skip to content

M_DataTools_MessageBoxEx_MessageBoxEx_Show

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

MessageBoxEx.Show Method (MessageBoxExConfig)

Shows a message box according to a MessageBoxExConfig object. Custom return values will be found in the MessageBoxExConfig object after the dialog box closes. This method allows more flexibility in how your dialog box behaves.

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

Syntax

C#

public static MessageBoxExResult Show(
	MessageBoxExConfig config
)

VB

Public Shared Function Show ( 
	config As MessageBoxExConfig
) As MessageBoxExResult

Parameters

 

config
Type: DataTools.MessageBoxEx.MessageBoxExConfig
The MessageBoxExConfig object to use to configure the dialog box.

Return Value

Type: MessageBoxExResult
A MessageBoxExResult value

See Also

Reference

MessageBoxEx Class
Show Overload
DataTools.MessageBoxEx Namespace

Clone this wiki locally