-
Notifications
You must be signed in to change notification settings - Fork 2
M_DataTools_MessageBoxEx_MessageBoxEx_Show
Nathan Moschkin edited this page Aug 22, 2020
·
3 revisions
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)
C#
public static MessageBoxExResult Show(
MessageBoxExConfig config
)VB
Public Shared Function Show (
config As MessageBoxExConfig
) As MessageBoxExResult
- config
- Type: DataTools.MessageBoxEx.MessageBoxExConfig
The MessageBoxExConfig object to use to configure the dialog box.
Type: MessageBoxExResult
A MessageBoxExResult value
MessageBoxEx Class
Show Overload
DataTools.MessageBoxEx Namespace