DataGridViewLinkCell.DataGridViewLinkCellAccessibleObject.GetChildCount Method

Definition

Gets the number of child accessible objects that belong to the DataGridViewLinkCell.DataGridViewLinkCellAccessibleObject.

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