ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Designer Assembly / GrapeCity.ActiveReports.Blazor.Designer Namespace / Menu Class / Close Method

In This Topic
    Close Method (Menu)
    In This Topic
    Closes the currently open menu.
    Syntax
    'Declaration
     
    Public Function Close() As Task
    public Task Close()

    Return Value

    A System.Threading.Tasks.Task representing the asynchronous operation of closing the menu.
    See Also