DataGridViewImageCell.DataGridViewImageCellAccessibleObject.GetChildCount Method

Definition

Gets the number of child accessible objects that belong to the DataGridViewImageCell.DataGridViewImageCellAccessibleObject.

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

Returns

The value -1.

Applies to

See also