ProtectedViewWindow.Caption 属性

定义

获取或设置文档或受保护视图窗口的标题栏中显示的描述文字文本。

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

属性值

描述文字文档或受保护视图窗口的标题栏中显示的文本。

注解

读/写字符串。 若要将受保护的视图窗口的标题更改为默认文本,请将该属性设置为空字符串 ("")。

适用于