C# 클래스 IPATools.PlistEditor.Util.DropFileControl

파일 보기 프로젝트 열기: shootsoft/PListEditor 1 사용 예제들

공개 메소드들

메소드 설명
Bind ( Control control ) : void
Bind ( Form form ) : void
DropFileControl ( Control control ) : System
DropFileControl ( Form form ) : System
control_DragDrop ( object sender, DragEventArgs e ) : void
control_DragEnter ( object sender, DragEventArgs e ) : void

메소드 상세

Bind() 공개 메소드

public Bind ( Control control ) : void
control System.Windows.Forms.Control
리턴 void

Bind() 공개 메소드

public Bind ( Form form ) : void
form System.Windows.Forms.Form
리턴 void

DropFileControl() 공개 메소드

public DropFileControl ( Control control ) : System
control System.Windows.Forms.Control
리턴 System

DropFileControl() 공개 메소드

public DropFileControl ( Form form ) : System
form System.Windows.Forms.Form
리턴 System

control_DragDrop() 공개 메소드

public control_DragDrop ( object sender, DragEventArgs e ) : void
sender object
e System.Windows.Forms.DragEventArgs
리턴 void

control_DragEnter() 공개 메소드

public control_DragEnter ( object sender, DragEventArgs e ) : void
sender object
e System.Windows.Forms.DragEventArgs
리턴 void