共用方式為


AppWindowTitleBar 類別

定義

代表應用程式視窗的標題列。

public ref class AppWindowTitleBar sealed
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.WindowsAppSDKContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class AppWindowTitleBar final
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class AppWindowTitleBar
Public NotInheritable Class AppWindowTitleBar
繼承
Object Platform::Object IInspectable AppWindowTitleBar
屬性

備註

重要

自 Windows 應用程式 SDK 1.2 起,Windows 10部分支援標題列自訂 API,且完全支援Windows 11。 您應該先檢查程式碼中的 AppWindowTitleBar.IsCustomizationSupported ,再呼叫這些 API 以確保您的應用程式不會在其他版本的 Windows 上損毀。 如需詳細資訊,請參閱 標題列自訂

屬性

BackgroundColor

取得或設定標題列背景的色彩。

ButtonBackgroundColor

取得或設定標題列按鈕的背景色彩。

ButtonForegroundColor

取得或設定標題列按鈕的前景色彩。

ButtonHoverBackgroundColor

取得或設定標題列按鈕在指標上方時的背景色彩。

ButtonHoverForegroundColor

取得或設定標題列按鈕在指標上方時的前景色彩。

ButtonInactiveBackgroundColor

取得或設定處於非使用中狀態時標題列按鈕的背景色彩。

ButtonInactiveForegroundColor

取得或設定處於非使用中狀態時,標題列按鈕的前景色彩。

ButtonPressedBackgroundColor

取得或設定按下標題列按鈕的背景色彩。

ButtonPressedForegroundColor

取得或設定按下標題列按鈕的前景色彩。

ExtendsContentIntoTitleBar

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

ForegroundColor

取得或設定標題列前景的色彩。

Height

取得用戶端座標中標題列的高度。

IconShowOptions

取得或設定值,指定視窗圖示在標題列中的顯示方式。

InactiveBackgroundColor

取得或設定處於非使用中狀態時標題列背景的色彩。

InactiveForegroundColor

取得或設定處於非使用中狀態時標題列前景的色彩。

LeftInset

取得應用程式視窗左上角系統保留區域的寬度。

PreferredHeightOption

取得或設定值,指定屬性為 trueAppWindowTitleBar.ExtendsContentIntoTitleBar 標題列的高度選項。

RightInset

取得應用程式視窗右上角系統保留區域的寬度。

方法

IsCustomizationSupported()

取得值,這個值表示是否可以自訂標題列。

ResetToDefault()

將目前的標題列重設為視窗的預設設定。

SetDragRectangles(RectInt32[])

設定視窗的拖曳區域。

適用於

另請參閱