System::Windows::Forms::Control::ControlCollection::idx_get method

ControlCollection::idx_get(int) const method

By-index accessor.

virtual System::SharedPtr<Control> System::Windows::Forms::Control::ControlCollection::idx_get(int index) const override

See Also

ControlCollection::idx_get(System::String) const method

By-name accessor.

virtual System::SharedPtr<Control> System::Windows::Forms::Control::ControlCollection::idx_get(System::String key) const

See Also