ComponentOne FlexReport for UWP
ShowToolPanel Method

C1.UWP.FlexViewer Assembly > C1.Xaml.FlexViewer Namespace > C1FlexViewer Class : ShowToolPanel Method
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 System.Boolean _
) As System.Boolean
public System.bool ShowToolPanel( 
   FlexViewerTool tool,
   System.bool hideIfActive
)

Parameters

tool
hideIfActive
See Also

Reference

C1FlexViewer Class
C1FlexViewer Members