ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / TrayButton Class / IsVisibleOnView Method

In This Topic
    IsVisibleOnView Method (TrayButton)
    In This Topic
    Gets whether or not this TrayButton is visible in the tray for the current Pane
    Syntax
    public virtual bool IsVisibleOnView()
    Public Overridable Function IsVisibleOnView() As Boolean

    Return Value

    True (the default) this TrayButton should be displayed. False, this TrayButton should be hidden
    Remarks

    A TrayButton implementation can determine visibility based on the type of view within the current pane.

    The tray will use this property at certain times, to determine if this TrayButton should be visible.

    For a Map pane, this is a straightforward process - IsVisibleOnView will be called after the Pane is loaded.

    For a Layout pane, IsVisibleOnView will also be called any time that a MapFrame is activated or deactivated.

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also