TableOfFigures.Caption 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回或设置标识要包含在图表目录中项目的标签。
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
属性值
注解
Caption 属性对应于 TOC 字段的 \c 开关。
要将应用程序窗口的题注改为默认文本,请将该属性设置为空字符串("")。