Pane Members

Include Protected Members
Include Inherited Members

Represents a window pane. The Pane object is a member of the Panes collection. The [Panes#SameCHM] collection includes all the window panes for a single window.

The Pane type exposes the following members.

Methods

  Name Description
Public method Activate Activates the specified pane.
Public method AutoScroll Scrolls automatically through the specified pane.
Public method Close Closes the specified Mail Merge data source, pane, or task.
Public method LargeScroll Scrolls a window or pane by the specified number of screens.
Public method NewFrameset Creates a new frames page based on the specified pane.
Public method PageScroll Scrolls through the specified pane or window page by page.
Public method SmallScroll Scrolls a window or pane by the specified number of lines.
Public method TOCInFrameset Creates a table of contents based on the specified document and puts it in a new frame on the left side of the frames page.

Top

Properties

  Name Description
Public property Application Returns an Application object that represents the Microsoft Word application.
Public property BrowseToWindow Reserved for internal use.
Public property BrowseWidth Returns the width (in points) of the area in which text wraps in the specified pane. Read-only Long.
Public property Creator Returns a 32-bit integer that indicates the application in which the specified object was created. Read-only Long.
Public property DisplayRulers True if rulers are displayed for the specified pane. Read/write Boolean.
Public property DisplayVerticalRuler True if a vertical ruler is displayed for the specified pane. Read/write Boolean.
Public property Document Returns a Document object associated with the specified pane. Read-only.
Public property Frameset Returns a Frameset object that represents an entire frames page or a single frame on a frames page. Read-only.
Public property HorizontalPercentScrolled Returns or sets the horizontal scroll position as a percentage of the document width. Read/write Long.
Public property Index Returns a Long that represents the position of an item in a collection. Read-only.
Public property MinimumFontSize Returns or sets the minimum font size (in points) displayed for the specified pane. Read/write Long.
Public property Next Returns a Pane object that represents the next document pane in the collection. Read-only.
Public property Pages Returns a Pages collection that represents the pages in a document.
Public property Parent Returns an Object that represents the parent object of the specified Pane object.
Public property Previous Returns a Pane object that represents the previous document pane in the collection. Read-only.
Public property Selection Returns the Selection object that represents a selection or the insertion point within a document pane. Read-only.
Public property VerticalPercentScrolled Returns or sets the vertical scroll position as a percentage of the document length. Read/write Long.
Public property View Returns a View object that represents the view for the specified pane.
Public property Zooms Returns a [Zooms#SameCHM] collection that represents the magnification options for each view (such as normal view, outline view or print layout view).

Top

See Also

Reference

Pane Interface

Microsoft.Office.Interop.Word Namespace