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

In This Topic
    Pin Method
    In This Topic
    Pins the menu, keeping it open.
    Syntax
    'Declaration
     
    Public Function Pin() As Task
    public Task Pin()

    Return Value

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