Skip to content

M_DataTools_MessageBoxEx_MessageBoxEx_Show_3

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

MessageBoxEx.Show Method (String, String, MessageBoxExType, MessageBoxExIcons)

Shows a message box with a message, title, standard buttons, and a standard icon.

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

Syntax

C#

public static MessageBoxExResult Show(
	string message,
	string title,
	MessageBoxExType type,
	MessageBoxExIcons icon
)

VB

Public Shared Function Show ( 
	message As String,
	title As String,
	type As MessageBoxExType,
	icon As MessageBoxExIcons
) As MessageBoxExResult

Parameters

 

message
Type: System.String
Text to display in the dialog box
title
Type: System.String
Title of the dialog box
type
Type: DataTools.MessageBoxEx.MessageBoxExType
A standard MessageBoxExType value
icon
Type: DataTools.MessageBoxEx.MessageBoxExIcons
A standard MessageBoxExIcons value.

Return Value

Type: MessageBoxExResult
A MessageBoxExResult value

See Also

Reference

MessageBoxEx Class
Show Overload
DataTools.MessageBoxEx Namespace

Clone this wiki locally