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

Summary description for IntelliMouseControl.
Inheritance: System.Windows.Forms.Control
Datei anzeigen Open project: vchelaru/FlatRedBall Class Usage Examples

Protected Properties

Property 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

Public Methods

Method Description
Activate ( int x, int y ) : void
IntelliMouseControl ( ) : System

Protected Methods

Method 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 method

public Activate ( int x, int y ) : void
x int
y int
return void

CreateRegion() protected method

protected CreateRegion ( ) : void
return void

Deactivate() protected method

protected Deactivate ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

InitializeComponent() protected method

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

IntelliMouseControl() public method

public IntelliMouseControl ( ) : System
return System

IntelliMouseControl_ParentChanged() protected method

protected IntelliMouseControl_ParentChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

OnKeyDown() protected method

protected OnKeyDown ( KeyEventArgs e ) : void
e System.Windows.Forms.KeyEventArgs
return void

OnLeave() protected method

protected OnLeave ( EventArgs e ) : void
e System.EventArgs
return void

OnLostFocus() protected method

protected OnLostFocus ( EventArgs e ) : void
e System.EventArgs
return void

OnMouseDown() protected method

protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
return void

OnMouseMove() protected method

protected OnMouseMove ( MouseEventArgs e ) : void
e MouseEventArgs
return void

OnResize() protected method

protected OnResize ( EventArgs e ) : void
e System.EventArgs
return void

Parent_MouseDown() protected method

protected Parent_MouseDown ( object s, MouseEventArgs e ) : void
s object
e MouseEventArgs
return void

SetCursor() protected method

protected SetCursor ( int x, int y ) : void
x int
y int
return void

WndProc() protected method

protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
return void

onBeginScroll() protected method

protected onBeginScroll ( EventArgs e ) : void
e System.EventArgs
return void

onEndScroll() protected method

protected onEndScroll ( EventArgs e ) : void
e System.EventArgs
return void

onScroll() protected method

protected onScroll ( Alsing.Windows.Forms.IntelliMouse.ScrollEventArgs e ) : void
e Alsing.Windows.Forms.IntelliMouse.ScrollEventArgs
return void

tmrFeedback_Tick() protected method

protected tmrFeedback_Tick ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Property Details

ActivationPoint protected_oe property

protected Point ActivationPoint
return Point

Active protected_oe property

protected bool Active
return bool

CurrentDelta protected_oe property

protected Point CurrentDelta
return Point

_CurrentParent protected_oe property

protected WeakReference,System _CurrentParent
return System.WeakReference

_Image protected_oe property

protected Bitmap,System.Drawing _Image
return System.Drawing.Bitmap

_TransparencyKey protected_oe property

protected Color _TransparencyKey
return Color

components protected_oe property

protected IContainer components
return IContainer

picImage protected_oe property

protected PictureBox,System.Windows.Forms picImage
return System.Windows.Forms.PictureBox

regionHandler1 protected_oe property

protected RegionHandler,Alsing.Windows.Forms.CoreLib regionHandler1
return RegionHandler

tmrFeedback protected_oe property

protected Timer tmrFeedback
return Timer