View.ShowFirstLineOnly Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
True if only the first line of body text is shown in outline view.
public:
property bool ShowFirstLineOnly { bool get(); void set(bool value); };
public bool ShowFirstLineOnly { get; set; }
member this.ShowFirstLineOnly : bool with get, set
Public Property ShowFirstLineOnly As Boolean
Property Value
Remarks
This property generates an error if the view isn't outline or master document view.