ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Viewer Assembly / GrapeCity.ActiveReports.Blazor.Viewer Namespace / ToolbarItems Class / GetKeys Method

In This Topic
    GetKeys Method
    In This Topic
    Returns identifiers of default and added buttons in the order in which they will be displayed in the toolbar.
    Syntax
    'Declaration
     
    Public Function GetKeys() As ValueTask(Of String())
    public ValueTask<string[]> GetKeys()

    Return Value

    A value task that returns an array of strings representing the keys of all toolbar items.
    See Also