Hello, i downloading demo of software and start a new emptyu project in order to start to test.
The first feature i like of telerik is apparently can prevent muse promotion n touch event.
I create this code, but not work:
amespace TelerikWpfApp1
{
/// <summary>
/// Interaction logic for MainWindow.xaml
/// </summary>
public partial class MainWindow : Window
{
public MainWindow()
{
InitializeComponent();
Telerik.Windows.Input.Touch.TouchManager.IsEnabled = true;
Telerik.Windows.Input.Touch.TouchManager.IsTouchEnabled = true;
Telerik.Windows.Input.Touch.TouchManager.SetShouldSuspendMousePromotion(this, true);
}
}
}
I run this empty app, and mouse promotion wont stop.
Why?
What I doing wrong?
The first feature i like of telerik is apparently can prevent muse promotion n touch event.
I create this code, but not work:
amespace TelerikWpfApp1
{
/// <summary>
/// Interaction logic for MainWindow.xaml
/// </summary>
public partial class MainWindow : Window
{
public MainWindow()
{
InitializeComponent();
Telerik.Windows.Input.Touch.TouchManager.IsEnabled = true;
Telerik.Windows.Input.Touch.TouchManager.IsTouchEnabled = true;
Telerik.Windows.Input.Touch.TouchManager.SetShouldSuspendMousePromotion(this, true);
}
}
}
I run this empty app, and mouse promotion wont stop.
Why?
What I doing wrong?