Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Thumb drag
Message
From
10/02/2009 12:16:01
 
 
General information
Forum:
ASP.NET
Category:
Windows Presentation Foundation (WPF)
Title:
Environment versions
Environment:
C# 3.0
Miscellaneous
Thread ID:
01380583
Message ID:
01380591
Views:
36
Hi Viv,

Try the following:-
public class ThumbFixer : Thumb
{
   protected override void OnMouseRightButtonDown(MouseButtonEventArgs e)
   {
       base.OnMouseLeftButtonDown(e);
   }

   protected override void OnMouseRightButtonUp(MouseButtonEventArgs e)
   {
       base.OnMouseLeftButtonUp(e);
   }
}
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform