ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Designer Assembly / GrapeCity.ActiveReports.Blazor.Designer Namespace / Menu Class / Open Method
The ID of the menu to open.

In This Topic
    Open Method (Menu)
    In This Topic
    Opens the menu with the specified ID.
    Syntax
    'Declaration
     
    Public Function Open( _
       ByVal id As String _
    ) As Task
    public Task Open( 
       string id
    )

    Parameters

    id
    The ID of the menu to open.

    Return Value

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