←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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ScreenCapture Assembly