.TextBoxSelection

This virtual class is used for managing a text selection.

This class is virtual. You cannot use it as a datatype.

This class is not creatable.

This class can be used as a function.

SUB .TextBoxSelection ( [ Start AS Integer, Length AS Integer ] )

Selects Length character from the Start position.

If this method is called without any parameter, all the text is selected.

Properties  Methods 
Length  Pos  Start  Text    All  Clear  Hide