View Members
Include Protected Members
Include Inherited Members
Represents a view within a form.
The View type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
View |
Top
Properties
Name | Description | |
---|---|---|
![]() |
SignatureLines | Gets a reference to the SignatureLineCollection associated with the current view. |
![]() |
ViewInfo | Gets a reference to a ViewInfo object associated with the view. |
![]() |
Window | Gets a reference to a Window object associated with the view. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
DisableAutoUpdate | Disables automatic synchronization between a form's underlying XML document and the associated view. |
![]() |
EnableAutoUpdate | Enables automatic synchronization between a form's underlying XML document and the associated view. |
![]() |
Equals | (Inherited from Object.) |
![]() |
ExecuteAction(ActionType) | Executes an editing command against a form's underlying XML document, based on the data currently selected in the view. |
![]() |
ExecuteAction(ActionType, String) | Executes an editing command against a form's underlying XML document, based on the specified field or group. |
![]() |
Export | Exports the view to a file of the specified format. |
![]() |
Finalize | (Inherited from Object.) |
![]() |
ForceUpdate | Forces synchronization between a form's underlying XML document and the associated view. |
![]() |
GetContextNodes() | Gets a reference to an XPathNodeIterator for iterating over the returned XML nodes in the current selection. |
![]() |
GetContextNodes(XPathNavigator) | Gets a reference to an XPathNodeIterator object for iterating over the returned XML nodes starting from the specified node. |
![]() |
GetContextNodes(XPathNavigator, String) | Gets a reference to an XPathNodeIterator for iterating over the returned XML nodes in the current selection within the control bound to the specified control. |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetSelectedNodes | Gets a reference to an XPathNodeIterator object for iterating over all XML nodes in the current selection of items in a view. |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
SelectNodes(XPathNavigator) | Selects a range of nodes in a view based on the specified starting XML node. |
![]() |
SelectNodes(XPathNavigator, XPathNavigator) | Selects a range of nodes in a view based on the specified starting XML node and ending XML node. |
![]() |
SelectNodes(XPathNavigator, XPathNavigator, String) | Selects a range of nodes in a view based on the specified starting XML node, the ending XML node, and the specified control. |
![]() |
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. |
![]() |
ShowMailItem | Creates an e-mail message containing the current view. |
![]() |
ToString | (Inherited from Object.) |
Top