RevisionsBalloonShowConnectingLines Property

True for Microsoft Word to display connecting lines from the text to the revision and comment balloons. Read/write Boolean.

expression.RevisionsBalloonShowConnectingLines

expression    Required. An expression that returns one of the objects in the Applies To list.

Example

This example hides the lines connecting the document text with the corresponding revision or comment balloons.

Sub ShowConnectingLines()
    ActiveWindow.View _
        .RevisionsBalloonShowConnectingLines = False
End Sub
		
©2003 Microsoft Corporation. All rights reserved.