FlexReport for UWP | ComponentOne
C1.UWP.FlexViewer Assembly / C1.Xaml.FlexViewer Namespace / ToolMenuItem Class / ToolMenuItem Constructor

In This Topic
    ToolMenuItem Constructor
    In This Topic
    Initializes a new instance of a ToolMenuItem.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal glyph As String, _
       ByVal tool As FlexViewerTool, _
       ByVal label As String _
    )
    public ToolMenuItem( 
       string glyph,
       FlexViewerTool tool,
       string label
    )

    Parameters

    glyph
    tool
    label
    See Also