Skip to content

KeyUp Event

Description

Occurs when a TaskPanelGroup or TaskPanelGroupItem of type xtpTaskItemTypeLink has focus and a key on the keyboard is released. This also occurs when a key is released and the entire TaskPanel control has focus but no groups or items are selected.

Syntax

Public Event KeyUp( _
    ByRef KeyCode As Integer, _
    ByVal Shift As Integer _
)

Parameters

  • KeyCode: Key of the code that is up.
  • Shift: Specifies whether the Shift, Ctrl, or ALT keys were pressed.

See Also


See Also

Task Panel ActiveX Control v24.0

Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.