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

In This Topic
    Show(Window,String,String,MessageBoxButton,MessageBoxImage) Method
    In This Topic
    Displays a message box in front of the specified window. The message box displays a message, title bar caption, button, and icon; and it also returns a result.
    Syntax
    Public Overloads Shared Function Show( _
       ByVal owner As Window, _
       ByVal messageText As String, _
       ByVal caption As String, _
       ByVal button As MessageBoxButton, _
       ByVal icon As MessageBoxImage _
    ) As MessageBoxResult

    Parameters

    owner
    messageText
    caption
    button
    icon
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also