ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework.Dialogs Namespace / MessageBox Class / Show Method / Show(String) Method

In This Topic
    Show(String) Method
    In This Topic
    Displays a message box that has a message and that returns a result.
    Syntax
    public static MessageBoxResult Show( 
       string messageText
    )
    Public Overloads Shared Function Show( _
       ByVal messageText As String _
    ) As MessageBoxResult

    Parameters

    messageText

    Return Value

    Specifies which message box button the user clicked.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also