Xceed SmartUI Documentation
KeyUp event
Events > KeyUp event

Occurs when the user releases a key while an object has the focus.

KeyUp( ByRef KeyCode As Integer, ByVal Shift As Integer )

Syntax

Private Sub SmartUI_KeyUp(ByRef KeyCode As Integer, ByVal Shift As Integer)

Applies To

SmartUI

See Also

KeyDown, KeyPress