Page.Caption 属性

定义

获取或设置标题文本。

public:
 property System::String ^ Caption { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Localizable(true)]
public string Caption { get; set; }
[<System.ComponentModel.Localizable(true)>]
member this.Caption : string with get, set
Public Property Caption As String

属性值

String

标题文本。

属性

适用于