FrameworkCompatibilityPreferences.AreInactiveSelectionHighlightBrushKeysSupported 属性

定义

获取或设置指示应用程序是否应对非活动所选项目的颜色使用 InactiveSelectionHighlightBrushInactiveSelectionHighlightTextBrush 属性。

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

属性值

Boolean

如果应用程序应将 InactiveSelectionHighlightBrushInactiveSelectionHighlightTextBrush 属性用于非活动选择项的颜色,则为 true;否则为 false

注解

此属性的默认值取决于应用面向的 WPF 版本。 如果应用面向 WPF 4.0 或更早版本,则默认值为 false。 如果应用面向 WPF 4.5,则默认值为 true。 如果使用此属性更改 WPF 的行为,则必须在应用的生存期内尽早更改属性的值,例如从 Application 继承的类的构造函数中。 读取该值后,无法再次更改该值。

适用于