ShowHyphens Property

Applies To

View object.

Description

True if optional hyphens are displayed. An optional hyphen indicates where to break a word when it falls at the end of a line. Read/write Boolean.

See Also

ShowAll property.

Example

This example inserts an optional hyphen before the selection and then displays optional hyphens in the active window.

Selection.InsertBefore Chr(31)
ActiveWindow.View.ShowHyphens = True