EnableSelection Property (Read/Write)

Top  Previous  Next

Enables/disables the selection of an emulation-screen area for copying it to the clipboard.

 

VB.NET Syntax

 

Display.EnableSelection [= Boolean]

 

C# Syntax

 

Display.EnableSelection [= bool];

 

 

Remarks

 

Set the property to true if you plan to use Copy method, to allow the selection of a copy area.

 

Default value is True.

 

See Also Copy and Paste methods.