DataGridViewCell.DataGridViewCellAccessibleObject.GetChildCount 方法

定义

返回属于 DataGridViewCell.DataGridViewCellAccessibleObject 的子级的数目。

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

返回

如果正在编辑拥有 DataGridViewCell.DataGridViewCellAccessibleObjectDataGridViewCell,则值为 1;否则为 -1。

例外

Owner 属性的值为 null

适用于

另请参阅