TableOfFigures.Caption Property

Definition

Returns or sets the label that identifies the items to be included in a table of figures.

public:
 property System::String ^ Caption { System::String ^ get(); void set(System::String ^ value); };
public string Caption { get; set; }
member this.Caption : string with get, set
Public Property Caption As String

Property Value

Remarks

The Caption property corresponds to the \c switch for a TOC field.

To change the caption of the application window to the default text, set this property to an empty string ("").

Applies to