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

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

C#
public event ViewerKeyDown;
Visual Basic
Public Event ViewerKeyDown(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.