EnableKeyboard Property

Summary

Gets or sets the EnableKeyboard flag.

Syntax
C#
VB
C++
public bool EnableKeyboard { get; set; } 
  
Public Property EnableKeyboard As Boolean 
public: 
property bool EnableKeyboard { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

If true, enables the Shift key. Pressing the Shift key will select the client area of the object. Otherwise, the Shift key is disabled.

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