Share via


Frameset.FrameDisplayBorders Property

Word Developer Reference

True if the frame borders on the specified frames page are displayed. Read/write Boolean.

Syntax

expression.FrameDisplayBorders

expression   A variable that represents a Frameset object.

Remarks

For more information on creating frames pages, see Creating Frames Pages.

Example

This example sets Microsoft Word to display frame borders in the specified frames page.

Visual Basic for Applications
  ActiveDocument.ActiveWindow.ActivePane.Frameset _
    .FrameDisplayBorders = True

See Also