Browser Interface
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.
Represents the browser tool used to move the insertion point to objects in a document.
public interface class Browser
[System.Runtime.InteropServices.Guid("0002092E-0000-0000-C000-000000000046")]
public interface Browser
type Browser = interface
Public Interface Browser
- Attributes
Remarks
The browser tool is comprised of the three buttons at the bottom of the vertical scroll bar.
Use the Browser property to return the Browser object.
Properties
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. |
Methods
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. |