ProtectedViewWindow Members
Include Protected Members
Include Inherited Members
Represents a presentation window that is in protected view.
The ProtectedViewWindow type exposes the following members.
Properties
Name | Description | |
---|---|---|
Active | Returns whether the specified window is active. Read-only. | |
Application | Returns an Application object that represents the creator of the specified object. | |
Caption | Returns the text that appears in the title bar of the specified window. Read-only. | |
Height | Returns or sets the height of the specified object, in points. Read/write. | |
HWND | Reserved for internal use. | |
Left | Returns or sets the distance in points from the left edge of the specified window to the left edge of the application window's client area. Read/write. | |
Parent | Returns the parent object for the specified object. Read-only. | |
Presentation | Returns a Presentation object that represents the presentation in which the specified window was created. Read-only. | |
SourceName | Returns the source name of the current ProtectedViewWindow object. Read-only. | |
SourcePath | Returns the source path of the current ProtectedViewWindow object. Read-only. | |
Top | Returns or sets the distance in points from the top edge of the specified window to the top edge of the application window's client area. Read/write. | |
Width | Returns or sets the width of the specified object, in points. Read/write. | |
WindowState | Returns or sets the state of the specified window. Read/write. |
Top
Methods
Name | Description | |
---|---|---|
Activate | Activates the specified window. | |
Close | Closes the specified window. | |
Edit | Changes the password of the ProtectedViewWindow object. |
Top