ArcGIS Pro 3.7 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 Friend Overridable Function OnCreateQuickAccessToolbar() As List(Of Tuple(Of String,Boolean))
    protected internal virtual List<Tuple<string,bool>> OnCreateQuickAccessToolbar()
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also