C# Class AddonHelper.FormDrag

Afficher le fichier Open project: angelog/ClipUpload Class Usage Examples

Méthodes publiques

Свойство Type Description
AnimationAllowed bool
DoneDragging Action
Dragging bool
addon Addon
settings AddonHelper.Settings

Private Properties

Свойство Type Description
FormDrag_FormClosing void
FormDrag_Load void
FormDrag_MouseDown void
FormDrag_MouseMove void
FormDrag_MouseUp void
GetInvertedRectangle Rectangle
InitializeComponent void
timerSet_Tick void

Méthodes publiques

Méthode Description
FormDrag ( Addon addon ) : System
SetArea ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

ProcessCmdKey ( Message &msg, Keys keyData ) : bool
WndProc ( Message &m ) : void

Private Methods

Méthode Description
FormDrag_FormClosing ( object sender, FormClosingEventArgs e ) : void
FormDrag_Load ( object sender, EventArgs e ) : void
FormDrag_MouseDown ( object sender, MouseEventArgs e ) : void
FormDrag_MouseMove ( object sender, MouseEventArgs e ) : void
FormDrag_MouseUp ( object sender, MouseEventArgs e ) : void
GetInvertedRectangle ( int PosX, int PosY, int SizeW, int SizeH ) : Rectangle
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

timerSet_Tick ( object sender, EventArgs e ) : void

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

FormDrag() public méthode

public FormDrag ( Addon addon ) : System
addon Addon
Résultat System

ProcessCmdKey() protected méthode

protected ProcessCmdKey ( Message &msg, Keys keyData ) : bool
msg Message
keyData Keys
Résultat bool

SetArea() public méthode

public SetArea ( ) : void
Résultat void

WndProc() protected méthode

protected WndProc ( Message &m ) : void
m Message
Résultat void

Property Details

AnimationAllowed public_oe property

public bool AnimationAllowed
Résultat bool

DoneDragging public_oe property

public Action DoneDragging
Résultat Action

Dragging public_oe property

public bool Dragging
Résultat bool

addon public_oe property

public Addon,AddonHelper addon
Résultat Addon

settings public_oe property

public Settings,AddonHelper settings
Résultat AddonHelper.Settings