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)
727
label.
LiveSetting
= value;
735
Assert.Throws<InvalidEnumArgumentException>(() => label.
LiveSetting
= (AutomationLiveSetting)999);
2 references to LiveSetting
System.Windows.Forms (1)
System\Windows\Forms\Controls\Labels\Label.cs (1)
1226
if (
LiveSetting
!= AutomationLiveSetting.Off)
System.Windows.Forms.Tests (1)
System\Windows\Forms\LabelTests.cs (1)
728
Assert.Equal(value, label.
LiveSetting
);