Home
C# / C Sharp
2D Graphics
Class Interface
Collections Data Structure
Components
Data Types
Database ADO.net
Date Time
Design Patterns
Development Class
Event
File Stream
Generics
GUI Windows Form
Internationalization I18N
Language Basics
LINQ
Network
Office
Reflection
Regular Expressions
Security
Services Event
Thread
Web Services
Windows
Windows Presentation Foundation
XML
XML LINQ
Menu
Mouse « Windows Presentation Foundation « C# / C Sharp
C# / C Sharp
Windows Presentation Foundation
Mouse
1.
A line which monitors the mouse entering its area
2.
Respond When the User Rotates the Mouse Wheel
3.
Mouse Position and TranslateTransform
4.
Mouse Position
5.
Detect whether the mouse button is pressed or released using the MouseButtonState property.
6.
Handler MouseLeftButtonDown and MouseLeftButtonUp events
7.
Mouse Enter and leave a Border
8.
Make an object follow the mouse pointer as it moves on the screen.
9.
Use Mouse.AddPreviewMouseDownHandler(myEllipse, PreviewMouseDownEllipse);
10.
Use Mouse.AddMouseDownHandler(myEllipse, MouseDownEllipse);
11.
Use Mouse.PreviewMouseDown /Mouse.MouseDown Attribute from Grid element
12.
Grid MouseMove
13.
Grid MouseLeftButtonDown
14.
Grid MouseLeftButtonUp
15.
UI Element Mouse Clicked Events
16.
Handles the MouseDown event on the Canvas
17.
Handles the MouseDown event on the UniformGrid
18.
Mouse cursor override and clear
19.
Check the mouse event source
20.
Use the Mouse Wheel action methods that are defined by the IScrollInfo interface
21.
Mouse.LostMouseCaptureEvent
22.
Use Mouse.Capture to let a Control capture an event
23.
Capture Mouse Ellipse
24.
Get mouse position with Mouse.GetPosition
25.
Point Hit Test
26.
Replease mouse with Mouse.Capture(null)
27.
Hit Result Behavior