C# Class ComponentFactory.Krypton.Toolkit.KryptonControlCollection

Base class for krypton specific control collections.
Inheritance: System.Windows.Forms.Control.ControlCollection
Datei anzeigen Open project: ComponentFactory/Krypton

Public Methods

Method Description
KryptonControlCollection ( Control owner ) : System

Initialize a new instance of the KryptonControlCollection class.

Private Methods

Method Description
AddInternal ( Control control ) : void
ClearInternal ( ) : void
RemoveInternal ( Control control ) : void

Method Details

KryptonControlCollection() public method

Initialize a new instance of the KryptonControlCollection class.
public KryptonControlCollection ( Control owner ) : System
owner System.Windows.Forms.Control Owning control.
return System