Browser Object Members
Word Developer Reference |
Represents the browser tool used to move the insertion point to objects in a document. This tool is composed of the three buttons at the bottom of the vertical scroll bar.
Methods
Name | Description | |
---|---|---|
Next | Moves the selection to the next item indicated by the browser target. Use the Target property to change the browser target. | |
Previous | Moves the selection to the previous item indicated by the browser target. Use the Target property to change the browser target. |
Properties
Name | Description | |
---|---|---|
Application | Returns an Application object that represents the Microsoft Word application. | |
Creator | Returns a 32-bit integer that indicates the application in which the specified object was created. Read-only Long. | |
Parent | Returns an Object that represents the parent object of the specified Browser object. | |
Target | Returns or sets the document item that the Previous and Next methods locate. Read/write WdBrowseTarget. |