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