Method GetVisibleChildOrNull
GetVisibleChildOrNull(int)
Gets the child control at the specified index in the list of visible child controls.
public virtual Control? GetVisibleChildOrNull(int index = 0)
Parameters
index
intThe zero-based index of the child control to get.
Returns
- Control
The child control at the specified index in the visible child controls list.
- See Also