xtd 0.2.0
Loading...
Searching...
No Matches

◆ get_child_index() [1/2]

size_t xtd::forms::control::get_child_index ( intptr  child) const

Retrieves the index of a control within the control collection.

Parameters
childThe control to search for in the control collection.
Returns
A zero-based index value that represents the location of the specified child control within the control collection.
Exceptions
xtd::argument_exceptionThe child control is not in the control::control_collection.