Version

IGestureConsumer Interface Members

The following tables list the members exposed by IGestureConsumer.

Public Properties
 NameDescription
 PropertyGesturesEnabledReturns a boolean value indicating whether the processing of input digitizer gestures is enabled for this consumer.  
Public Methods
 NameDescription
 MethodConvertItemsToScrollUnitsCalled by the gesture manager during the inertial phase of a panning operation to convert values which represent items to scroll units.  
 MethodConvertPixelsToScrollUnitsCalled by the gesture manager during a panning operation to convert distances which are expressed in pixels to scroll units.  
 MethodGetGestureInfoProvides the gesture manager with information related to gesture processing. Return null to prevent gesture processing.  
 MethodGetSupportedPanningActionsReturns a flagged enumeration describing which panning actions are supported.  
 MethodPerformDefaultActionPerforms the default action for the specified gesture.  
 MethodRaiseEventRaises the specified gesture-related event.  
 MethodStartDragSelectionCalled by the gesture manager when a drag selection operation is about to begin.  
 MethodStartGestureNotifies the consumer that the specified gesture is about to begin.  
 MethodSupportsPressAndHoldReturns a boolean value indicating whether the implementor supports the 'press and hold' gesture at the specified location.  
See Also