Share via


Style.QuickStyle Property

Returns or sets a Boolean that represents whether the style corresponds to an available quick style. Read/write.

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

Syntax

'Declaration
Property QuickStyle As Boolean
    Get
    Set
'Usage
Dim instance As Style
Dim value As Boolean

value = instance.QuickStyle

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

Property Value

Type: System.Boolean
Boolean

See Also

Reference

Style Interface

Style Members

Microsoft.Office.Interop.Word Namespace