FlowDocumentReader::IsInactiveSelectionHighlightEnabled Property
.NET Framework (current version)
Gets or sets a value that indicates whether FlowDocumentReader displays selected text when the control does not have focus.
Assembly: PresentationFramework (in PresentationFramework.dll)
public: property bool IsInactiveSelectionHighlightEnabled { bool get(); void set(bool value); }
Property Value
Type: System::Booleantrue if the FlowDocumentReader displays selected text when the FlowDocumentReader does not have focus; otherwise, false.
The registered default is false. For more information about what can influence the value, see Dependency Property Value Precedence.
.NET Framework
Available since 4.5
Available since 4.5
Show: