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
 

Parameters

tool
hideIfActive
See Also