Window.Caption 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回或设置指定文档或应用程序窗口的描述文字文本。
public:
property System::String ^ default { System::String ^ get(); void set(System::String ^ value); };
public string this { get; set; }
member this.Caption : string with get, set
Default Public Property Caption As String
属性值
注解
要将应用程序窗口的题注改为默认文本,请将该属性设置为空字符串("")。