C# Class csExWB.WBDragEnterEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: mcorrientes/Web-Security-Toolset

Méthodes publiques

Свойство Type Description
dataobject System.Windows.Forms.DataObject
dropeffect DROPEFFECT
handled bool
keystate uint
pt System.Drawing.Point

Méthodes publiques

Méthode Description
SetParameters ( DataObject DropDataObject, uint KeyState, System pt, uint Effect ) : void
WBDragEnterEventArgs ( ) : System

Method Details

SetParameters() public méthode

public SetParameters ( DataObject DropDataObject, uint KeyState, System pt, uint Effect ) : void
DropDataObject System.Windows.Forms.DataObject
KeyState uint
pt System
Effect uint
Résultat void

WBDragEnterEventArgs() public méthode

public WBDragEnterEventArgs ( ) : System
Résultat System

Property Details

dataobject public_oe property

public DataObject,System.Windows.Forms dataobject
Résultat System.Windows.Forms.DataObject

dropeffect public_oe property

public DROPEFFECT dropeffect
Résultat DROPEFFECT

handled public_oe property

public bool handled
Résultat bool

keystate public_oe property

public uint keystate
Résultat uint

pt public_oe property

public System.Drawing.Point pt
Résultat System.Drawing.Point