Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
ActiveDocument.ActiveWindow.ActivePane.Frameset _
.FrameDisplayBorders = True
See also
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.