FrameworkCompatibilityPreferences.AreInactiveSelectionHighlightBrushKeysSupported 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置指示应用程序是否应对非活动所选项目的颜色使用 InactiveSelectionHighlightBrush 和 InactiveSelectionHighlightTextBrush 属性。
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
属性值
如果应用程序应将 InactiveSelectionHighlightBrush 和 InactiveSelectionHighlightTextBrush 属性用于非活动选择项的颜色,则为 true
;否则为 false
。
注解
此属性的默认值取决于应用面向的 WPF 版本。 如果应用面向 WPF 4.0 或更早版本,则默认值为 false
。 如果应用面向 WPF 4.5,则默认值为 true
。 如果使用此属性更改 WPF 的行为,则必须在应用的生存期内尽早更改属性的值,例如从 Application 继承的类的构造函数中。 读取该值后,无法再次更改该值。