Click or drag to resize

KeyEventArgsIsKeyUp Method

Determines whether the specified key and modifier was released

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public bool IsKeyUp(
	Keys key,
	Nullable<Keys> modifier = null
)

Parameters

key
Type: Eto.FormsKeys
Key to test if it was released
modifier (Optional)
Type: SystemNullableKeys
Modifier of the key, or null to allow any modifiers

Return Value

Type: Boolean
true the key with modifier was released; otherwise, false.
See Also