Stylus.SetIsPressAndHoldEnabled Method (DependencyObject, Boolean)

 

Sets the value of the IsPressAndHoldEnabled attached property on the specified element.

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

static member SetIsPressAndHoldEnabled : 
        element:DependencyObject *
        enabled:bool -> unit

Parameters

element
Type: System.Windows.DependencyObject

The UIElement or ContentElement on which to enable press and hold.

enabled
Type: System.Boolean

true to enable press and hold; false to disable press and hold.

Press and hold maps to the right-click on a mouse. In Windows Vista, you can disable this behavior on elements if you foresee a situation where the user might hold the tablet pen down without intending to simulate a right-click.

The following example demonstrates how to enable press and hold on a Slider. This example assumes that there is a Slider called horizontalSlider1.

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

.NET Framework
Available since 3.0
Return to top
Show: