ComponentOne FlexReport for UWP
ToolMenuItem Constructor

C1.UWP.FlexViewer Assembly > C1.Xaml.FlexViewer Namespace > ToolMenuItem Class : ToolMenuItem Constructor
Initializes a new instance of a ToolMenuItem.
Syntax
'Declaration
 
Public Function New( _
   ByVal glyph As System.String, _
   ByVal tool As FlexViewerTool, _
   ByVal label As System.String _
)
public ToolMenuItem( 
   System.string glyph,
   FlexViewerTool tool,
   System.string label
)

Parameters

glyph
tool
label
See Also

Reference

ToolMenuItem Class
ToolMenuItem Members