Method GetChildOrNull
GetChildOrNull(int)
Gets the child control at the specified index.
public virtual AbstractControl? GetChildOrNull(int index = 0)Parameters
- indexint
- The zero-based index of the child control to get. 
Returns
- AbstractControl
- The child control at the specified index in the Children list.