1 override of CreateItemAccessibleObject
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.CheckedListBoxAccessibleObject.cs (1)
13private protected override ListBoxItemAccessibleObject CreateItemAccessibleObject(ListBox listBox, ItemArray.Entry item)
1 reference to CreateItemAccessibleObject
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListBoxes\ListBox.AccessibleObject.cs (1)
207value = CreateItemAccessibleObject(owner, item);