Skip to content

M_DataTools_MessageBoxEx_MessageBoxEx_Show_1

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

MessageBoxEx.Show Method (String)

Show a box with a message and OK button

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
)

VB

Public Shared Function Show ( 
	message As String
) As MessageBoxExResult

Parameters

 

message
Type: System.String
Text to display in the box

Return Value

Type: MessageBoxExResult
A MessageBoxExResult value

See Also

Reference

MessageBoxEx Class
Show Overload
DataTools.MessageBoxEx Namespace

Clone this wiki locally