FrameworkCompatibilityPreferences Class

Definition

Contains properties that specify how an application should behave relative to WPF features that are in the PresentationFramework assembly.

public ref class FrameworkCompatibilityPreferences abstract sealed
public static class FrameworkCompatibilityPreferences
type FrameworkCompatibilityPreferences = class
Public Class FrameworkCompatibilityPreferences
Inheritance
FrameworkCompatibilityPreferences

Properties

AreInactiveSelectionHighlightBrushKeysSupported

Gets or sets a value that indicates whether the application should use the InactiveSelectionHighlightBrush and InactiveSelectionHighlightTextBrush properties for the colors of inactive selected items.

KeepTextBoxDisplaySynchronizedWithTextProperty

Gets or sets a value that indicates whether a data-bound TextBox should display a string that is identical to the value of the source its Text property.

ShouldThrowOnCopyOrCutFailure

Gets or sets a value that indicates whether a failed copy or cut operation in a TextBoxBase instance results in a ExternalException.

Applies to