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)
22public override void Add(Control? value)
System\Windows\Forms\Internal\TypedControlCollection.cs (1)
31public override void Add(Control? value)
2 references to Add
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolStripContainer.ToolStripContainerTypedControlCollection.cs (1)
40base.Add(value);
System\Windows\Forms\Internal\TypedControlCollection.cs (1)
51base.Add(value);