AppWindowTitleBar.ExtendsContentIntoTitleBar 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,指定應用程式內容是否延伸至標題列區域。
public:
property bool ExtendsContentIntoTitleBar { bool get(); void set(bool value); };
bool ExtendsContentIntoTitleBar();
void ExtendsContentIntoTitleBar(bool value);
public bool ExtendsContentIntoTitleBar { get; set; }
var boolean = appWindowTitleBar.extendsContentIntoTitleBar;
appWindowTitleBar.extendsContentIntoTitleBar = boolean;
Public Property ExtendsContentIntoTitleBar As Boolean
屬性值
Boolean
bool
true
將應用程式內容延伸至標題列區域;否則為 false
。 預設值為 false
。
備註
當此屬性設定為 true 時,此視窗的標題列只會縮減為標題控制項,並在工作區頂端呈現。