Key information relating to the pick event.
Namespace: Ico.GwxAssembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public KeyEventArgs KeyInfo { get; } |
Visual Basic |
---|
Public ReadOnly Property KeyInfo As KeyEventArgs Get |
JScript |
---|
function get KeyInfo () : KeyEventArgs |
Remarks
If this event was triggered by a mouse event rather than a key event, the value
of this property will be null.