LEADTOOLS Screen Capture (Leadtools.ScreenCapture assembly)

CancelKey Property

Show in webframe





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:
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

See Also

Reference

ScreenCaptureOptions Structure
ScreenCaptureOptions Members

 

 


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