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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ScreenCapture Assembly