Reports for WinForms | ComponentOne
C1.Win.C1Report.4 Assembly / C1.Win.C1Preview Namespace / KeyMapStack Class / FindByTag Method
The tag to search for.

In This Topic
    FindByTag Method
    In This Topic
    Finds a keymap by its tag.
    Syntax
    'Declaration
     
    Public Function FindByTag( _
       ByVal tag As Object _
    ) As KeyMap
    public KeyMap FindByTag( 
       object tag
    )

    Parameters

    tag
    The tag to search for.

    Return Value

    The keymap or null if none was found.
    See Also