View.SelectText method (XPathNavigator, String)
This documentation is preliminary and is subject to change.
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.
Assembly: Microsoft.Office.InfoPath (in Microsoft.Office.InfoPath.dll)
Parameters
- xmlNode
- Type: System.Xml.XPath.XPathNavigator
An object that specifies the text to select.
- viewContext
- Type: System.String
The ViewContext identifier for the control in which to select text.
| Exception | Condition |
|---|---|
| InvalidOperationException | The SelectText method was called from an event handler for the Loading event. |
| ArgumentNullException | The parameters passed to this method are null. |
| ArgumentException | The parameters passed to this method are not valid. For example, they are of the wrong type or format. |
If the specified text is bound to more than one control in the view, you must provide the ViewContext identifier of the control to select text from. You can determine the ViewContext identifier for a control by opening the form template in Design mode, displaying the control's Properties dialog box, and then clicking the Advanced tab.
When the ViewContext identifier is specified, the text that is to be selected must be within that context.
If any of the arguments to the SelectText method are null or are not exposed in the view, then the SelectText method will also raise an exception.
This member can be accessed only by forms running in the same domain as the currently open form, or by forms that have been granted cross-domain permissions.
This type or member can be accessed from code running in forms opened in Microsoft InfoPath Filler or in a Web browser.