wodTelnetDLX ActiveX Control - SelectedText Property
      
 

Description

Returns line(s) of text from terminal screen that are currently selected.


Property type

A String value.  


Syntax

object.SelectedText([Index]) [= value]



The SelectedText Property syntax has these parts:

Part Description
object An expression evaluating to an object of type wodTelnetDLX.
Index Optional. A Variant value. Determines line number that should be retrieved.
value A String value.

Remarks

This method returns currently selected text. If Index argument is not specified, then full selection is returned, split by VbCrlf (CR+LF) sequence. If Index is selected, then only n-th row is returned. No matter which row is selected (for example, selection spans from row 3 to row 10), Index = 0 will return 1st selected row (row 3 in this case...).

Setting this property to anything will clear out current selection, and argument passed to this property will be ignored.