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
TNBEmulator.EnableSelection [= Boolean]
Delphi Syntax
TNBEmulator.EnableSelection [:= Boolean];
Remarks
It must set 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.
|