System::Windows::Forms::Control::ControlCollection::idx_set method

ControlCollection::idx_set(int, System::SharedPtr<Control>) method

By-index accessor.

virtual void System::Windows::Forms::Control::ControlCollection::idx_set(int index, System::SharedPtr<Control> value) override

See Also

ControlCollection::idx_set(System::String, System::SharedPtr<Control>) method

By-name accessor.

virtual void System::Windows::Forms::Control::ControlCollection::idx_set(System::String key, System::SharedPtr<Control> value)

See Also