Browser Members
Include Protected Members
Include Inherited Members
Represents the browser tool used to move the insertion point to objects in a document.
The Browser type exposes the following members.
Methods
Name | Description | |
---|---|---|
Next | Moves the selection to the next item indicated by the browser target. | |
Previous | For the Browser object, moves the selection to the previous item indicated by the browser target. |
Top
Properties
Name | Description | |
---|---|---|
Application | Returns an Application object that represents the Microsoft Word application. | |
Creator | Returns a value that indicates the application in which the specified object was created. | |
Parent | Returns the parent object of the specified object. | |
Target | Returns or sets the document item that the Previous and Next methods locate. |
Top