ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework Namespace / PropertySheet Class / ShowDialog Method / ShowDialog(String,String,Action,String,Object[]) Method

In This Topic
    ShowDialog(String,String,Action,String,Object[]) Method
    In This Topic
    Show the property sheet with the specified id and title
    Syntax
    Public Overloads Shared Function ShowDialog( _
       ByVal id As String, _
       ByVal title As String, _
       ByVal applyCallback As Action, _
       Optional ByVal defaultPageID As String, _
       ByVal ParamArray parameters() As Object _
    ) As Nullable(Of Boolean)

    Parameters

    id
    title
    applyCallback
    defaultPageID
    parameters

    Return Value

    System.Boolean. Note: return can be null
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.1 or higher.
    See Also