Error processing SSI file
LEADTOOLS Screen Capture (Leadtools.ScreenCapture assembly)

Show in webframe

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

Error processing SSI file