You are here: GdPicture.NET > Documentation > Classes > GdViewer Class > GdViewer Events > ViewerKeyUp Event
logo.gif
ContentsIndexHome
PreviousUpNext
GdViewer.ViewerKeyUp Event

Available in COM edition only ! Occurs when a key is released while the viewer has focus.

C#
public event ViewerKeyUp;
Visual Basic
Public Event ViewerKeyUp(ByVal KeyValue As Integer, ByVal Control As Boolean, ByVal Shift As Boolean, ByVal Alt As Boolean)
Parameters
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.