C# Class IPATools.PlistEditor.Util.DropFileControl

Afficher le fichier Open project: shootsoft/PListEditor Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

Bind() public méthode

public Bind ( Control control ) : void
control System.Windows.Forms.Control
Résultat void

Bind() public méthode

public Bind ( Form form ) : void
form System.Windows.Forms.Form
Résultat void

DropFileControl() public méthode

public DropFileControl ( Control control ) : System
control System.Windows.Forms.Control
Résultat System

DropFileControl() public méthode

public DropFileControl ( Form form ) : System
form System.Windows.Forms.Form
Résultat System

control_DragDrop() public méthode

public control_DragDrop ( object sender, DragEventArgs e ) : void
sender object
e System.Windows.Forms.DragEventArgs
Résultat void

control_DragEnter() public méthode

public control_DragEnter ( object sender, DragEventArgs e ) : void
sender object
e System.Windows.Forms.DragEventArgs
Résultat void