WindowChrome.UseAeroCaptionButtons 属性

定义

获取或设置一个值,表示是对 Windows Aero 标题按钮启用的命中测试是否可用。

public:
 property bool UseAeroCaptionButtons { bool get(); void set(bool value); };
public bool UseAeroCaptionButtons { get; set; }
member this.UseAeroCaptionButtons : bool with get, set
Public Property UseAeroCaptionButtons As Boolean

属性值

Boolean

如果在标题按钮上启用命中测试,则为 true;否则为 false。 已注册的默认值为 true。 有关什么可以影响值的详细信息,请参阅 Dependency Property Value Precedence(依赖项属性值优先级)

注解

默认Windows航空标题按钮为“关闭”、“最大化/还原”和“最小化”。 如果不使用Windows航空字幕按钮,则应为用户提供一种替代方法来完成这些任务。

依赖项属性信息

标识符字段 UseAeroCaptionButtonsProperty
元数据属性设置为 true

适用于

另请参阅