EnableSelection Property (Read/Write) |
Top Previous Next |
Enables/disables the selection of an emulation-screen area for copying it to the clipboard.
Visual Basic Syntax
TNBXEmulator.EnableSelection [= Boolean]
Delphi Syntax
TNBXEmulator.EnableSelection [:= Boolean];
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.
|