Base:
method
GetChildCount
System.Windows.Forms.AccessibleObject.GetChildCount()
4 overrides of GetChildCount
System.Windows.Forms (4)
System\Windows\Forms\Controls\DataGridView\DataGridViewButtonCell.DataGridViewButtonCellAccessibleObject.cs (1)
51
public override int
GetChildCount
() => 0;
System\Windows\Forms\Controls\DataGridView\DataGridViewCheckBoxCell.DataGridViewCheckBoxCellAccessibleObject.cs (1)
132
public override int
GetChildCount
() => 0;
System\Windows\Forms\Controls\DataGridView\DataGridViewImageCell.DataGridViewImageCellAccessibleObject.cs (1)
55
public override int
GetChildCount
() => 0;
System\Windows\Forms\Controls\DataGridView\DataGridViewLinkCell.DataGridViewLinkCellAccessibleObject.cs (1)
48
public override int
GetChildCount
() => 0;