C# 클래스 ComponentFactory.Krypton.Toolkit.KryptonControlCollection

Base class for krypton specific control collections.
상속: System.Windows.Forms.Control.ControlCollection
파일 보기 프로젝트 열기: ComponentFactory/Krypton

공개 메소드들

메소드 설명
KryptonControlCollection ( Control owner ) : System

Initialize a new instance of the KryptonControlCollection class.

비공개 메소드들

메소드 설명
AddInternal ( Control control ) : void
ClearInternal ( ) : void
RemoveInternal ( Control control ) : void

메소드 상세

KryptonControlCollection() 공개 메소드

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