LEADTOOLS Screen Capture (Leadtools.ScreenCapture assembly)
LEAD Technologies, Inc

Hotkey Property






Gets or sets the HotKey.
Syntax
public Keys Hotkey {get; set;}
'Declaration
 
Public Property Hotkey As Keys
'Usage
 
Dim instance As ScreenCaptureOptions
Dim value As Keys
 
instance.Hotkey = value
 
value = instance.Hotkey
public Keys Hotkey {get; set;}
 get_Hotkey();
set_Hotkey(value);
public:
property Keys Hotkey {
   Keys get();
   void set (    Keys value);
}

Property Value

Key code for the activation key. The default HotKey is F11.
Remarks
Keys should be a keyboard keys
Example
For an example, refer to ScreenCaptureEngine.
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

ScreenCaptureOptions Structure
ScreenCaptureOptions Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.