ProtectedViewWindow Members
Include Protected Members
Include Inherited Members
Represents a protected view window.
The ProtectedViewWindow type exposes the following members.
Methods
Name | Description | |
---|---|---|
Activate | Activates the specified protected view window. | |
Close | Closes the specified protected view window. | |
Edit | Opens the specified protected view window for editing. | |
ToggleRibbon | Shows or hides the ribbon. |
Top
Properties
Name | Description | |
---|---|---|
Active | Gets whether the specified protected view window is active. | |
Application | Gets an Application object that represents the Microsoft Word application. | |
Caption | Gets or sets the caption text that is displayed in the title bar of the document or protected view window. | |
Creator | Gets a 32-bit integer that indicates the application in which the specified object was created. | |
Document | Gets a Document object associated with the protected view window. | |
Height | Gets or sets the height of the protected view window. | |
Index | Returns a value that represents the position of an item in a collection. | |
Left | Gets or sets a value, in points, that represents the horizontal position of the specified protected view window. | |
Parent | Gets an Object that represents the parent object of the specified ProtectedViewWindow object. | |
SourceName | Gets the name of the source file for the specified protected view window. | |
SourcePath | Gets the path of the source file for the specified protected view window. | |
Top | Gets or sets the vertical position, in points, of the specified protected view window. | |
Visible | Gets or sets whether the specified protected view window is visible. | |
Width | Gets or sets the width, in points, of the specified protected view window. | |
WindowState | Gets or sets the state of the specified protected view window. |
Top