FlexReport for UWP | ComponentOne
C1.UWP.FlexViewer Assembly / C1.Xaml.FlexViewer Namespace / C1FlexViewer Class / ShowToolPanel Method

In This Topic
    ShowToolPanel Method
    In This Topic
    Shows the specified tool panel or hides the panel if it is currently visible.
    Syntax
    'Declaration
     
    Public Function ShowToolPanel( _
       ByVal tool As FlexViewerTool, _
       Optional ByVal hideIfActive As Boolean _
    ) As Boolean
    public bool ShowToolPanel( 
       FlexViewerTool tool,
       bool hideIfActive
    )

    Parameters

    tool
    hideIfActive
    See Also