-
Couldn't load subscription status.
- Fork 2
M_DataTools_MessageBoxEx_MessageBoxEx_Show_2
Nathan Moschkin edited this page Aug 22, 2020
·
3 revisions
Show a standard box with a message, a title.
Namespace: DataTools.MessageBoxEx
Assembly: MessageBoxEx (in MessageBoxEx.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public static MessageBoxExResult Show(
string message,
string title,
MessageBoxExType type
)VB
Public Shared Function Show (
message As String,
title As String,
type As MessageBoxExType
) As MessageBoxExResult
- message
- Type: System.String
Text to display in the box - title
- Type: System.String
The title of the dialog box - type
- Type: DataTools.MessageBoxEx.MessageBoxExType
A standard MessageBoxExType value
Type: MessageBoxExResult
A MessageBoxExResult value
MessageBoxEx Class
Show Overload
DataTools.MessageBoxEx Namespace