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

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ScreenCapture Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.