DataGridViewCell.DataGridViewCellAccessibleObject.GetChildCount Метод

Определение

Возвращает число дочерних объектов, принадлежащих объекту DataGridViewCell.DataGridViewCellAccessibleObject.

public:
 override int GetChildCount();
public override int GetChildCount ();
override this.GetChildCount : unit -> int
Public Overrides Function GetChildCount () As Integer

Возвращаемое значение

Int32

Значение 1, если в данный момент выполняется правка элемента DataGridViewCell, являющегося владельцем объекта DataGridViewCell.DataGridViewCellAccessibleObject; в противном случае — значение –1.

Исключения

Значение свойства Owner равно null.

Применяется к

См. также раздел