Stylus::SetIsFlicksEnabled Method (DependencyObject^, Boolean)
.NET Framework (current version)
Gets the value of the IsFlicksEnabled attached property on the specified element.
Assembly: PresentationCore (in PresentationCore.dll)
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.
.NET Framework
Available since 3.0
Available since 3.0
Show: