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)
171if (IsParentAccessibilityObjectCreated && LiveSetting != AutomationLiveSetting.Off)
System\Windows\Forms\Controls\ToolStrips\ToolStripStatusLabel.ToolStripStatusLabelAccessibleObject.cs (1)
32UIA_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);