AnnotateViewerSetInputKeys Method |
Use this method to allow special keys to raise the KeyDown and KeyUp
events.
Namespace:
Atalasoft.Annotate.UI
Assembly:
Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public void SetInputKeys(
Keys[] keys
)
Public Sub SetInputKeys (
keys As Keys()
)
Parameters
- keys
- Type: System.Windows.FormsKeys
An array of Keys to use.
Remarks Keys used by the
KeyBinder object are automatically supported and do not need
to be added with SetInputKeys.
See Also