Base:
property
DefaultAction
System.Windows.Forms.AccessibleObject.DefaultAction
1 override of DefaultAction
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.CheckedListBoxItemAccessibleObject.cs (1)
20public override string DefaultAction
3 references to DefaultAction
System.Windows.Forms.Tests (1)
System\Windows\Forms\AccessibleObjects\ListBox.ListBoxItemAccessibleObjectTests.cs (1)
179itemAccessibleObject.DefaultAction.Should().NotBeNull();
System.Windows.Forms.UI.IntegrationTests (2)
ListBoxItemAccessibleObjestTests.cs (2)
42itemAccessibleObjectDoubleClick.DefaultAction.Should().Be("Double Click"); 46itemAccessibleObjectNullAction.DefaultAction.Should().BeNull();