TitleBar.Subtitle 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置标题栏的副标题文本。 副标题通常指定有关应用程序或窗口的辅助信息
public:
property System::String ^ Subtitle { System::String ^ get(); void set(System::String ^ value); };
public string Subtitle { get; set; }
member this.Subtitle : string with get, set
Public Property Subtitle As String