CaptionLabel.BuiltIn Property

Definition

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

public:
 property bool BuiltIn { bool get(); };
public bool BuiltIn { get; }
member this.BuiltIn : bool
Public ReadOnly Property BuiltIn As Boolean

Property Value

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.

Applies to