ViewInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains descriptive information about a view within a form.
public ref class ViewInfo abstract
public abstract class ViewInfo
type ViewInfo = class
Public MustInherit Class ViewInfo
- Inheritance
-
ViewInfo
Remarks
The ViewInfo object provides properties that can be used to get the name of a view and determine whether its name is hidden on the View menu when editing a form. The ViewInfo object is accessible through the ViewInfos property of the XmlForm object, and from the ViewInfo property of a View object.
Note: To work with the view programmatically, use the View object.
Constructors
ViewInfo() |
Properties
Caption |
Gets the value of the caption attribute of the xsf:view element associated with the view in the form definition file (.xsf). |
HideName |
Gets whether the name of the view is set to be hidden on the View menu. |
Name |
Gets the name of the view that is associated with the ViewInfo object. |