SelLength Property  
 

Gets and sets the number of characters selected.

Syntax

object.SelLength [= length ]

Remarks

The SelLength property is used to return the number of characters currently selected in the emulation window. When used in conjunction with the SelStart property, it can be used to select text from the display.

Data Type

Integer (Int32)

See Also

AutoSelect Property, SelStart Property, SelText Property, Text Property, Deselect Method, Select Method