C# 클래스 Alsing.Windows.Forms.CoreLib.IntelliMouseControl

Summary description for IntelliMouseControl.
상속: System.Windows.Forms.Control
파일 보기 프로젝트 열기: vchelaru/FlatRedBall 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
Activate ( int x, int y ) : void
IntelliMouseControl ( ) : System

보호된 메소드들

메소드 설명
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

메소드 상세

Activate() 공개 메소드

public Activate ( int x, int y ) : void
x int
y int
리턴 void

CreateRegion() 보호된 메소드

protected CreateRegion ( ) : void
리턴 void

Deactivate() 보호된 메소드

protected Deactivate ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

InitializeComponent() 보호된 메소드

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

IntelliMouseControl() 공개 메소드

public IntelliMouseControl ( ) : System
리턴 System

IntelliMouseControl_ParentChanged() 보호된 메소드

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

OnKeyDown() 보호된 메소드

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

OnLeave() 보호된 메소드

protected OnLeave ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnLostFocus() 보호된 메소드

protected OnLostFocus ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnMouseDown() 보호된 메소드

protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
리턴 void

OnMouseMove() 보호된 메소드

protected OnMouseMove ( MouseEventArgs e ) : void
e MouseEventArgs
리턴 void

OnResize() 보호된 메소드

protected OnResize ( EventArgs e ) : void
e System.EventArgs
리턴 void

Parent_MouseDown() 보호된 메소드

protected Parent_MouseDown ( object s, MouseEventArgs e ) : void
s object
e MouseEventArgs
리턴 void

SetCursor() 보호된 메소드

protected SetCursor ( int x, int y ) : void
x int
y int
리턴 void

WndProc() 보호된 메소드

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

onBeginScroll() 보호된 메소드

protected onBeginScroll ( EventArgs e ) : void
e System.EventArgs
리턴 void

onEndScroll() 보호된 메소드

protected onEndScroll ( EventArgs e ) : void
e System.EventArgs
리턴 void

onScroll() 보호된 메소드

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

tmrFeedback_Tick() 보호된 메소드

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

프로퍼티 상세

ActivationPoint 보호되어 있는 프로퍼티

protected Point ActivationPoint
리턴 Point

Active 보호되어 있는 프로퍼티

protected bool Active
리턴 bool

CurrentDelta 보호되어 있는 프로퍼티

protected Point CurrentDelta
리턴 Point

_CurrentParent 보호되어 있는 프로퍼티

protected WeakReference,System _CurrentParent
리턴 System.WeakReference

_Image 보호되어 있는 프로퍼티

protected Bitmap,System.Drawing _Image
리턴 System.Drawing.Bitmap

_TransparencyKey 보호되어 있는 프로퍼티

protected Color _TransparencyKey
리턴 Color

components 보호되어 있는 프로퍼티

protected IContainer components
리턴 IContainer

picImage 보호되어 있는 프로퍼티

protected PictureBox,System.Windows.Forms picImage
리턴 System.Windows.Forms.PictureBox

regionHandler1 보호되어 있는 프로퍼티

protected RegionHandler,Alsing.Windows.Forms.CoreLib regionHandler1
리턴 RegionHandler

tmrFeedback 보호되어 있는 프로퍼티

protected Timer tmrFeedback
리턴 Timer