Base:
method
IsIAccessibleExSupported
System.Windows.Forms.AccessibleObject.IsIAccessibleExSupported()
6 overrides of IsIAccessibleExSupported
System.Windows.Forms (6)
System\Windows\Forms\Controls\DataGridView\DataGridViewButtonCell.DataGridViewButtonCellAccessibleObject.cs (1)
53
internal override bool
IsIAccessibleExSupported
() => true;
System\Windows\Forms\Controls\DataGridView\DataGridViewCheckBoxCell.DataGridViewCheckBoxCellAccessibleObject.cs (1)
134
internal override bool
IsIAccessibleExSupported
() => true;
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.DataGridViewComboBoxCellAccessibleObject.cs (1)
20
internal override bool
IsIAccessibleExSupported
() => true;
System\Windows\Forms\Controls\DataGridView\DataGridViewImageCell.DataGridViewImageCellAccessibleObject.cs (1)
57
internal override bool
IsIAccessibleExSupported
() => true;
System\Windows\Forms\Controls\DataGridView\DataGridViewLinkCell.DataGridViewLinkCellAccessibleObject.cs (1)
50
internal override bool
IsIAccessibleExSupported
() => true;
System\Windows\Forms\Controls\DataGridView\DataGridViewTextBoxCell.DataGridViewTextBoxCellAccessibleObject.cs (1)
17
internal override bool
IsIAccessibleExSupported
() => true;