ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework.Contracts Namespace / ConfigurationManager Class / OnCreateQuickAccessToolbar Method

In This Topic
    OnCreateQuickAccessToolbar Method
    In This Topic
    The list of commands to show in the quick access toolbar.
    Syntax
    protected internal virtual List<Tuple<string,bool>> OnCreateQuickAccessToolbar()
    Protected Friend Overridable Function OnCreateQuickAccessToolbar() As List(Of Tuple(Of String,Boolean))
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also