TitleBar.Title 属性

定义

获取或设置标题栏的标题文本。 标题通常指定应用程序的名称或指示窗口的用途

public:
 property System::String ^ Title { System::String ^ get(); void set(System::String ^ value); };
public string Title { get; set; }
member this.Title : string with get, set
Public Property Title As String

属性值

适用于