C# Class Alsing.Windows.Forms.CoreLib.IntelliMouseControl

Summary description for IntelliMouseControl.
Inheritance: System.Windows.Forms.Control
Afficher le fichier Open project: vchelaru/FlatRedBall Class Usage Examples

Protected Properties

Свойство Type Description
ActivationPoint Point
Active bool
CurrentDelta Point
_CurrentParent System.WeakReference
_Image System.Drawing.Bitmap
_TransparencyKey Color
components IContainer
picImage System.Windows.Forms.PictureBox
regionHandler1 RegionHandler
tmrFeedback Timer

Méthodes publiques

Méthode Description
Activate ( int x, int y ) : void
IntelliMouseControl ( ) : System

Méthodes protégées

Méthode Description
CreateRegion ( ) : void
Deactivate ( ) : void
Dispose ( bool disposing ) : void
InitializeComponent ( ) : void

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

IntelliMouseControl_ParentChanged ( object sender, EventArgs e ) : void
OnKeyDown ( KeyEventArgs e ) : void
OnLeave ( EventArgs e ) : void
OnLostFocus ( EventArgs e ) : void
OnMouseDown ( MouseEventArgs e ) : void
OnMouseMove ( MouseEventArgs e ) : void
OnResize ( EventArgs e ) : void
Parent_MouseDown ( object s, MouseEventArgs e ) : void
SetCursor ( int x, int y ) : void
WndProc ( Message &m ) : void
onBeginScroll ( EventArgs e ) : void
onEndScroll ( EventArgs e ) : void
onScroll ( Alsing.Windows.Forms.IntelliMouse.ScrollEventArgs e ) : void
tmrFeedback_Tick ( object sender, EventArgs e ) : void

Method Details

Activate() public méthode

public Activate ( int x, int y ) : void
x int
y int
Résultat void

CreateRegion() protected méthode

protected CreateRegion ( ) : void
Résultat void

Deactivate() protected méthode

protected Deactivate ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

InitializeComponent() protected méthode

Required method for Designer support - do not modify the contents of this method with the code editor.
protected InitializeComponent ( ) : void
Résultat void

IntelliMouseControl() public méthode

public IntelliMouseControl ( ) : System
Résultat System

IntelliMouseControl_ParentChanged() protected méthode

protected IntelliMouseControl_ParentChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

OnKeyDown() protected méthode

protected OnKeyDown ( KeyEventArgs e ) : void
e System.Windows.Forms.KeyEventArgs
Résultat void

OnLeave() protected méthode

protected OnLeave ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnLostFocus() protected méthode

protected OnLostFocus ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnMouseDown() protected méthode

protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnMouseMove() protected méthode

protected OnMouseMove ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnResize() protected méthode

protected OnResize ( EventArgs e ) : void
e System.EventArgs
Résultat void

Parent_MouseDown() protected méthode

protected Parent_MouseDown ( object s, MouseEventArgs e ) : void
s object
e MouseEventArgs
Résultat void

SetCursor() protected méthode

protected SetCursor ( int x, int y ) : void
x int
y int
Résultat void

WndProc() protected méthode

protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
Résultat void

onBeginScroll() protected méthode

protected onBeginScroll ( EventArgs e ) : void
e System.EventArgs
Résultat void

onEndScroll() protected méthode

protected onEndScroll ( EventArgs e ) : void
e System.EventArgs
Résultat void

onScroll() protected méthode

protected onScroll ( Alsing.Windows.Forms.IntelliMouse.ScrollEventArgs e ) : void
e Alsing.Windows.Forms.IntelliMouse.ScrollEventArgs
Résultat void

tmrFeedback_Tick() protected méthode

protected tmrFeedback_Tick ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Property Details

ActivationPoint protected_oe property

protected Point ActivationPoint
Résultat Point

Active protected_oe property

protected bool Active
Résultat bool

CurrentDelta protected_oe property

protected Point CurrentDelta
Résultat Point

_CurrentParent protected_oe property

protected WeakReference,System _CurrentParent
Résultat System.WeakReference

_Image protected_oe property

protected Bitmap,System.Drawing _Image
Résultat System.Drawing.Bitmap

_TransparencyKey protected_oe property

protected Color _TransparencyKey
Résultat Color

components protected_oe property

protected IContainer components
Résultat IContainer

picImage protected_oe property

protected PictureBox,System.Windows.Forms picImage
Résultat System.Windows.Forms.PictureBox

regionHandler1 protected_oe property

protected RegionHandler,Alsing.Windows.Forms.CoreLib regionHandler1
Résultat RegionHandler

tmrFeedback protected_oe property

protected Timer tmrFeedback
Résultat Timer