Error processing SSI file
LEADTOOLS Screen Capture (Leadtools.ScreenCapture assembly)

Show in webframe

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

Error processing SSI file