LEADTOOLS Screen Capture (Leadtools.ScreenCapture assembly)
LEAD Technologies, Inc

EnableKeyboard Property






Gets or sets the EnableKeyboard flag.
Syntax
public bool EnableKeyboard {get; set;}
'Declaration
 
Public Property EnableKeyboard As Boolean
'Usage
 
Dim instance As ScreenCaptureObjectOptions
Dim value As Boolean
 
instance.EnableKeyboard = value
 
value = instance.EnableKeyboard
public bool EnableKeyboard {get; set;}
 get_EnableKeyboard();
set_EnableKeyboard(value);
public:
property bool EnableKeyboard {
   bool get();
   void set (    bool value);
}

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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ScreenCaptureObjectOptions Structure
ScreenCaptureObjectOptions Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.