[]
        
(Showing Draft Content)

C1.WinUI.Viewer.FlexViewer.ShowToolPanel

ShowToolPanel Method

ShowToolPanel(FlexViewerTool, bool)

Shows the specified tool panel or hides the panel if it is currently visible.

Declaration
public bool ShowToolPanel(FlexViewerTool tool, bool hideIfActive = true)
Public Function ShowToolPanel(tool As FlexViewerTool, Optional hideIfActive As Boolean = True) As Boolean
Parameters
Type Name Description
FlexViewerTool tool
bool hideIfActive
Returns
Type Description
bool