ITaskFormInfo.Caption Property

Definition

Specifies the text displayed in the caption of an object. Available at design time and run time.

public:
 property System::String ^ Caption { System::String ^ get(); };
public string Caption { get; }
member this.Caption : string
Public ReadOnly Property Caption As String

Property Value

A string that appears in the caption of an object. The maximum number of characters for the Caption property is 255.

Applies to