LEADTOOLS Screen Capture (Leadtools.ScreenCapture assembly)

EnableKeyboard Property

Show in webframe





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:
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

See Also

Reference

ScreenCaptureObjectOptions Structure
ScreenCaptureObjectOptions Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.