Share via


CaptionLabel.BuiltIn Property

Returns a value that indicates if the specified object is one of the built-in styles or caption labels in Microsoft Word.

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 CaptionLabel
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 Word.

See Also

Reference

CaptionLabel Interface

CaptionLabel Members

Microsoft.Office.Interop.Word Namespace