AppWindowTitleBar.ExtendsContentIntoTitleBar Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that specifies whether app content extends into the title bar area.
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
Property Value
Boolean
bool
true
to extend app content into the title bar area; otherwise, false
. The default is false
.
Remarks
When this property is set to true, the title bar for this window is reduced to only the caption controls, and rendered on top of the client area.