Xceed SmartUI Documentation
Events / KeyUp event
In This Topic
    KeyUp event
    In This Topic

    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