System::Windows::Forms::Control::ControlCollection::GetChildIndex method

ControlCollection::GetChildIndex(const System::SharedPtr<Control>&) const method

Looks for specific control.

int System::Windows::Forms::Control::ControlCollection::GetChildIndex(const System::SharedPtr<Control> &child) const

See Also

ControlCollection::GetChildIndex(const System::SharedPtr<Control>&, bool) const method

Looks for specific control.

virtual int System::Windows::Forms::Control::ControlCollection::GetChildIndex(const System::SharedPtr<Control> &child, bool throwException) const

See Also