Implemented interface member:
property
LiveSetting
System.Windows.Forms.Automation.IAutomationLiveRegion.LiveSetting
1 write to LiveSetting
System.Windows.Forms.Tests (1)
System\Windows\Forms\ToolStripStatusLabelTests.cs (1)
127
_toolStripStatusLabel.
LiveSetting
= liveSetting;
3 references to LiveSetting
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolStripStatusLabel.cs (1)
171
if (IsParentAccessibilityObjectCreated &&
LiveSetting
!= AutomationLiveSetting.Off)
System\Windows\Forms\Controls\ToolStrips\ToolStripStatusLabel.ToolStripStatusLabelAccessibleObject.cs (1)
32
UIA_PROPERTY_ID.UIA_LiveSettingPropertyId => (VARIANT)(int)_owningToolStripStatusLabel.
LiveSetting
,
System.Windows.Forms.Tests (1)
System\Windows\Forms\ToolStripStatusLabelTests.cs (1)
128
_toolStripStatusLabel.
LiveSetting
.Should().Be(liveSetting);