HandlerCollectionAdd(Keys) Method
Creates a {0} and adds it to the handlers collection
Namespace: Firefly.Box.AdvancedAssembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
public Handler Add(
Keys keyCombination
)
Public Function Add (
keyCombination As Keys
) As Handler
member Add :
keyCombination : Keys -> Handler
- keyCombination Keys
- The key combination that will trigger this handler.
Handler