View.SelectText Method
Include Protected Members
Include Inherited Members
Selects the text contained in an editable control that is bound to the specified node.
Overload List
Name | Description | |
---|---|---|
SelectText(XPathNavigator) | Selects the text contained in an editable control that is bound to the node specified by the XPathNavigator object passed to this method. | |
SelectText(XPathNavigator, String) | Selects the text contained in an editable control that is bound to the node specified by the XPathNavigator object and ViewContext identifier of the control. |
Top