C# Класс Alsing.Windows.Forms.CoreLib.IntelliMouseControl

Summary description for IntelliMouseControl.
Наследование: System.Windows.Forms.Control
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
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