public bool Hit( KeyEventArgs e )
Public Function Hit ( e As KeyEventArgs ) As Boolean Dim instance As HotKeyManegerCHotKey Dim e As KeyEventArgs Dim returnValue As Boolean returnValue = instance.Hit(e)
In This Article