ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework.Contracts Namespace / WizardPage Class / InvalidTooltip Property

In This Topic
    InvalidTooltip Property
    In This Topic
    Gets or sets extra information about why the page is invalid. This text appears under the tooltip. If this property is left null, a default string is presented. To not show any supplementary tooltip set this property to an empty string.
    Syntax
    public string InvalidTooltip {get;}
    Public ReadOnly Property InvalidTooltip As String
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also