PDFView4NET WinForms Edition
GetKeyState Method




O2S.Components.PDFView4NET Namespace > PDFPageView Class : GetKeyState Method
Syntax
'Declaration
 
Public Shared Function GetKeyState( _
   ByVal nVirtKey As Short _
) As Short
'Usage
 
Dim nVirtKey As Short
Dim value As Short
 
value = PDFPageView.GetKeyState(nVirtKey)
public static short GetKeyState( 
   short nVirtKey
)
public: static short GetKeyState( 
   short nVirtKey
) 
public:
static short GetKeyState( 
   short nVirtKey
) 

Parameters

nVirtKey
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFPageView Class
PDFPageView Members