Base:
method
Add
System.Windows.Forms.Control.ControlCollection.Add(System.Windows.Forms.Control)
2 overrides of Add
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolStripContainer.ToolStripContainerTypedControlCollection.cs (1)
22
public override void
Add
(Control? value)
System\Windows\Forms\Internal\TypedControlCollection.cs (1)
31
public override void
Add
(Control? value)
2 references to Add
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolStripContainer.ToolStripContainerTypedControlCollection.cs (1)
40
base.
Add
(value);
System\Windows\Forms\Internal\TypedControlCollection.cs (1)
51
base.
Add
(value);