共用方式為


AppWindowTitleBar.ExtendsContentIntoTitleBar 屬性

定義

取得或設定值,指定應用程式內容是否延伸至標題列區域。

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 時,此視窗的標題列只會縮減為標題控制項,並在工作區頂端呈現。

適用於

另請參閱