AppWindow.TitleBar プロパティ

定義

アプリ ウィンドウのタイトル バーを取得します。

public:
 property AppWindowTitleBar ^ TitleBar { AppWindowTitleBar ^ get(); };
AppWindowTitleBar TitleBar();
public AppWindowTitleBar TitleBar { get; }
var appWindowTitleBar = appWindow.titleBar;
Public ReadOnly Property TitleBar As AppWindowTitleBar

プロパティ値

アプリ ウィンドウのタイトル バー。

注釈

重要

タイトル バーのカスタマイズ API は、Windows アプリ SDK 1.2 以降、Windows 10で部分的にサポートされ、Windows 11で完全にサポートされています。 アプリが他のバージョンの Windows でクラッシュしないようにするには、これらの API を呼び出す前に、コードで AppWindowTitleBar.IsCustomizationSupported をチェックする必要があります。 詳細については、「 タイトル バーのカスタマイズ 」を参照してください。

適用対象

こちらもご覧ください