C# 클래스 ComponentFactory.Krypton.Docking.KryptonDockingEdge

상속: DockingElementClosedCollection
파일 보기 프로젝트 열기: ComponentFactory/Krypton 1 사용 예제들

공개 메소드들

메소드 설명
KryptonDockingEdge ( string name, Control control, DockingEdge edge ) : System

Initialize a new instance of the KryptonDockingEdge class.

메소드 상세

KryptonDockingEdge() 공개 메소드

Initialize a new instance of the KryptonDockingEdge class.
public KryptonDockingEdge ( string name, Control control, DockingEdge edge ) : System
name string Initial name of the element.
control System.Windows.Forms.Control Reference to control that is being managed.
edge DockingEdge Docking edge being managed.
리턴 System