The following tables list the members exposed by IGestureConsumer.
Name | Description | |
---|---|---|
![]() | GesturesEnabled | Returns a boolean value indicating whether the processing of input digitizer gestures is enabled for this consumer. |
Name | Description | |
---|---|---|
![]() | ConvertItemsToScrollUnits | Called by the gesture manager during the inertial phase of a panning operation to convert values which represent items to scroll units. |
![]() | ConvertPixelsToScrollUnits | Called by the gesture manager during a panning operation to convert distances which are expressed in pixels to scroll units. |
![]() | GetGestureInfo | Provides the gesture manager with information related to gesture processing. Return null to prevent gesture processing. |
![]() | GetSupportedPanningActions | Returns a flagged enumeration describing which panning actions are supported. |
![]() | PerformDefaultAction | Performs the default action for the specified gesture. |
![]() | RaiseEvent | Raises the specified gesture-related event. |
![]() | StartDragSelection | Called by the gesture manager when a drag selection operation is about to begin. |
![]() | StartGesture | Notifies the consumer that the specified gesture is about to begin. |
![]() | SupportsPressAndHold | Returns a boolean value indicating whether the implementor supports the 'press and hold' gesture at the specified location. |