Style.BuiltIn Property

True if the specified object is one of the built-in styles or caption labels in Microsoft Word. Read-only Boolean.

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

Syntax

'Declaration
ReadOnly Property BuiltIn As Boolean
    Get
'Usage
Dim instance As Style
Dim value As Boolean

value = instance.BuiltIn
bool BuiltIn { get; }

Property Value

Type: System.Boolean

Remarks

You can specify built-in styles across all languages by using the WdBuiltinStyle constants or within a language by using the style name for the language version of Microsoft Word.

See Also

Reference

Style Interface

Style Members

Microsoft.Office.Interop.Word Namespace