_Application.Caption 属性

定义

返回或设置指定文档或应用程序窗口的描述文字文本。

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

属性值

注解

要将应用程序窗口的题注改为默认文本,请将该属性设置为空字符串("")。

适用于