_Application.ShowStylePreviews Property

Returns or sets a Boolean that represents whether Microsoft Office Word shows a preview of the formatting for styles in the Styles dialog box. Read/write.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property ShowStylePreviews As Boolean
    Get
    Set
'Usage
Dim instance As _Application
Dim value As Boolean

value = instance.ShowStylePreviews

instance.ShowStylePreviews = value
bool ShowStylePreviews { get; set; }

Property Value

Type: System.Boolean
Boolean

Remarks

This property corresponds to the Show Preview check box in the Styles dialog box.

See Also

Reference

_Application Interface

_Application Members

Microsoft.Office.Interop.Word Namespace