Share via


ITaskFormInfo.Caption プロパティ

定義

オブジェクトのキャプションに表示されるテキストを指定します。 デザイン時および実行時に使用できます。

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

プロパティ値

オブジェクトのキャプションに表示される文字列。 Caption プロパティの最大文字数は 255 文字です。

適用対象