LiveTextBlock.IsFrequencyLimited Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets if the LiveRegionChanged events should be restricted with respect to how frequently they are sent when the LiveText changes. The default value is false, i.e. by default one LiveRegionChanged event will be raised for every LiveText change even if multiple LiveText changes occur per second. When this setting is enabled, the value of Frequency controls how frequently the LiveRegionChanged event is raised.
public:
property bool IsFrequencyLimited { bool get(); void set(bool value); };
public bool IsFrequencyLimited { get; set; }
member this.IsFrequencyLimited : bool with get, set
Public Property IsFrequencyLimited As Boolean
Property Value
Remarks
This property is useful for LiveTextBlocks whose LiveText can change multiple times per second. Rapidly occurring LiveRegionChanged events can cause screen readers to read the same LiveText multiple times due to how automation events are handled in Windows.