C1.Win.PrintPreview.8 Assembly / C1.Win.C1Preview Namespace / KeyMapStack Class / FindByTag Method
The tag to search for.

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

Parameters

tag
The tag to search for.

Return Value

The keymap or null if none was found.
See Also