Selects the text of the XML element. The text can only be selected, if the element belongs to the document.

Select()

public bool Select();
Public Function [Select]() As Boolean

Return Value

The return value is true, if the text could be selected. Otherwise it is false.

Remarks

If the element consists of several sub-elements Text Control selects the text of the first sub-element.