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。

适用于