HandlerCollectionAdd(Keys, ControlBase, HandlerScope) 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,
ControlBase triggeringControl,
HandlerScope scope
)
Public Function Add (
keyCombination As Keys,
triggeringControl As ControlBase,
scope As HandlerScope
) As Handler
member Add :
keyCombination : Keys *
triggeringControl : ControlBase *
scope : HandlerScope -> Handler
- keyCombination Keys
- The key combination that will trigger this handler.
- triggeringControl ControlBase
- Binds the handler to only be triggered if the specified control is the current control
- scope HandlerScope
-
Handler