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

CancelKey Property






Gets or sets the Cancel key.
Syntax
public Keys CancelKey {get; set;}
'Declaration
 
Public Property CancelKey As Keys
'Usage
 
Dim instance As ScreenCaptureOptions
Dim value As Keys
 
instance.CancelKey = value
 
value = instance.CancelKey
public Keys CancelKey {get; set;}
 get_CancelKey();
set_CancelKey(value);
public:
property Keys CancelKey {
   Keys get();
   void set (    Keys value);
}

Property Value

Key code for the key to cancel the capture operation. Default is ESC. You cannot set this to the 'ALT' key. If you do, it will be ignored internally and set to 'ESC'.
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.