View Members
Represents a view within a form.
The following tables list the members exposed by the View type.
Protected Constructors
Name | Description | |
---|---|---|
View |
Top
Public Properties
Name | Description | |
---|---|---|
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
Public Methods
(see also Protected 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 | Overloaded. (inherited from Object) | |
ExecuteAction | Overloaded. Executes an editing command against a form's underlying XML document based on the current selection or view context. | |
Export | Exports the view to a file of the specified format. | |
ForceUpdate | Forces synchronization between a form's underlying XML document and the associated view. | |
GetContextNodes | Overloaded. | |
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) | |
ReferenceEquals | (inherited from Object) | |
SelectNodes | Overloaded. Selects a range of nodes in a view. | |
SelectText | Overloaded. Selects the text contained in an editable control that is bound to the specified node. | |
ShowMailItem | Creates an e-mail message containing the current view. | |
ToString | (inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object) | |
MemberwiseClone | (inherited from Object) |
Top