View.ShowFormat 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 character formatting is visible in outline view.
public:
property bool ShowFormat { bool get(); void set(bool value); };
public bool ShowFormat { get; set; }
member this.ShowFormat : bool with get, set
Public Property ShowFormat As Boolean
Property Value
Remarks
This property generates an error if the view isn't outline or master document view.