Implemented interface member:
property
LiveSetting
System.Windows.Forms.Automation.IAutomationLiveRegion.LiveSetting
2 writes to LiveSetting
System.Windows.Forms.Tests (2)
System\Windows\Forms\LabelTests.cs (2)
727label.LiveSetting = value; 735Assert.Throws<InvalidEnumArgumentException>(() => label.LiveSetting = (AutomationLiveSetting)999);
2 references to LiveSetting
System.Windows.Forms (1)
System\Windows\Forms\Controls\Labels\Label.cs (1)
1226if (LiveSetting != AutomationLiveSetting.Off)
System.Windows.Forms.Tests (1)
System\Windows\Forms\LabelTests.cs (1)
728Assert.Equal(value, label.LiveSetting);