←Select platform

Hotkey Property

Summary

Gets or sets the HotKey.

Syntax

C#
VB
C++
public Keys Hotkey {get; set;}
Public Property Hotkey As Keys
public: 
property Keys Hotkey { 
   Keys get(); 
   void set (    Keys ); 
} 

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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.ScreenCapture Assembly
Click or drag to resize