LEADTOOLS Screen Capture (Leadtools.ScreenCapture assembly)

Hotkey Property

Show in webframe





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:
property Keys Hotkey {
   Keys get();
   void set (    Keys value);
}

Property Value

Key code for the activation key. The default HotKey is F11. The user can immediately capture by setting the hot key to Keys.None.
Remarks
Keys should be a keyboard keys
Example
For an example, refer to ScreenCaptureEngine.
Requirements

Target Platforms

See Also

Reference

ScreenCaptureOptions Structure
ScreenCaptureOptions Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.