Click or drag to resize

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)
Syntax
public bool Contains(
	Keys key
)

Parameters

key
Type: System.Windows.Forms.Keys
The key to search for.

Return Value

Type: Boolean
True if the AnnotationKeyBinder contains the specified key.
See Also