Stylus::SetIsFlicksEnabled Method (DependencyObject^, Boolean)

 

Gets the value of the IsFlicksEnabled attached property on the specified element.

Namespace:   System.Windows.Input
Assembly:  PresentationCore (in PresentationCore.dll)

public:
static void SetIsFlicksEnabled(
	DependencyObject^ element,
	bool enabled
)

Parameters

element
Type: System.Windows::DependencyObject^

The UIElement or ContentElement on which to enable flicks.

enabled
Type: System::Boolean

true to enable flicks; false to disable flicks.

In Windows Vista, a flick, one of the possible system gestures, is a short, quick, straight stroke that can be mapped to a navigation or shortcut command. By default, flicks are disabled on the InkCanvas, InkPresenter, and ScrollBar. Flicks are enabled on all other controls.

The following example demonstrates how to disable flicks on a Canvas.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.0
Return to top
Show: