Available in COM edition only ! Occurs when a key is released while the viewer has focus.
public event ViewerKeyUp;
Public Event ViewerKeyUp(ByVal KeyValue As Integer, ByVal Control As Boolean, ByVal Shift As Boolean, ByVal Alt As Boolean)
|
Parameters |
Description |
|
KeyValue |
Keyboard value. |
|
Control |
Indicates whether the CTRL key was pressed. |
|
Shift |
Indicates whether the SHIFT key was pressed. |
|
Alt |
Indicates whether the ALT key was pressed. |
|
What do you think about this topic? Send feedback!
|
|
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.
|