In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.__GdViewer / ViewerKeyDown Method

ViewerKeyDown Method

In This Topic
Syntax
'Declaration

 

<DispIdAttribute(13)>

Sub ViewerKeyDown( _

   ByVal KeyValue As Integer, _

   ByVal Control As Boolean, _

   ByVal Shift As Boolean, _

   ByVal Alt As Boolean _

) 
[DispId(13)]

void ViewerKeyDown( 

   int KeyValue,

   bool Control,

   bool Shift,

   bool Alt

)
procedure ViewerKeyDown( 

    KeyValue: Integer;

    Control: Boolean;

    Shift: Boolean;

    Alt: Boolean

); 
DispIdAttribute(13)

function ViewerKeyDown( 

   KeyValue : int,

   Control : boolean,

   Shift : boolean,

   Alt : boolean

);
[DispId(13)]

void ViewerKeyDown( 

   int KeyValue,

   bool Control,

   bool Shift,

   bool Alt

) 
[DispId(13)]

void ViewerKeyDown( 

   int KeyValue,

   bool Control,

   bool Shift,

   bool Alt

) 

Parameters

KeyValue
Control
Shift
Alt
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.__GdViewer
__GdViewer Members