AppWindow.TitleBar プロパティ

定義

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

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

プロパティ値

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

適用対象