AppWindow.TitleBar 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得應用程式視窗的標題列。
public:
property AppWindowTitleBar ^ TitleBar { AppWindowTitleBar ^ get(); };
AppWindowTitleBar TitleBar();
public AppWindowTitleBar TitleBar { get; }
var appWindowTitleBar = appWindow.titleBar;
Public ReadOnly Property TitleBar As AppWindowTitleBar
屬性值
應用程式視窗的標題列。
備註
重要
自 Windows 應用程式 SDK 1.2 起,Windows 10 部分支援標題列自定義 API,且完全支援 Windows 11。 您應該先檢查程序代碼中的 AppWindowTitleBar.IsCustomizationSupported ,再呼叫這些 API 以確保您的應用程式不會在其他版本的 Windows 上損毀。 如需詳細資訊,請參閱 標題列自定義 。