-
Couldn't load subscription status.
- Fork 2
M_DataTools_MessageBoxEx_MessageBoxEx_Show_1
Nathan Moschkin edited this page Aug 22, 2020
·
3 revisions
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)
C#
public static MessageBoxExResult Show(
string message
)VB
Public Shared Function Show (
message As String
) As MessageBoxExResult
- message
- Type: System.String
Text to display in the box
Type: MessageBoxExResult
A MessageBoxExResult value
MessageBoxEx Class
Show Overload
DataTools.MessageBoxEx Namespace