AnnotationKeyBinder.Contains Method |
Returns a value indicating if the AnnotationKeyBinder contains a specific key.
Namespace:
Atalasoft.Annotate.UI
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntaxpublic bool Contains(
Keys key
)
Public Function Contains (
key As Keys
) As Boolean
Parameters
- key
- Type: System.Windows.Forms.Keys
The key to search for.
Return Value
Type:
BooleanTrue if the AnnotationKeyBinder contains the specified key.
See Also