Error processing SSI file
(Leadtools.Controls)

Show in webframe

InteractiveService Class Members

Show in webframe
Properties  Methods  Events





The following tables list the members exposed by InteractiveService.

Protected Constructors
 NameDescription
InteractiveService ConstructorInitializes a new InteractiveService  
Top
Public Properties
 NameDescription
CancelOnEscapeIndicates whether to cancel current operation when the user hits the ESC key on the keyboard.  
DoubleTapDelayIndicates the delay in milliseconds between taps for the DoubleTap events.  
DragStartsOnDownIndicates whether DragStarted events should fire on mouse or touch down.  
EnableHoldIndicates whether Hold events should fire.  
EnableMouseWheelIndicates whether mouse wheel is enabled.  
EventsSourceEvents source control or HTML element.  
EventsTargetEvents target control or HTML element.  
FocusOnDownIndicates whether the service should move the focus to the events source when the user clicks on the mouse.  
HitTestBufferHit test buffer.  
HoldDelayIndicates the delay in milliseconds for the Hold events.  
IsListeningGets a value that indicates whether the service is currently listening to the events.  
OwnerOwner of the service.  
PinchStartsOnDownIndicates whether PinchStarted events should fire on mouse or touch down.  
TapOnDownIndicates whether Tap events should fire on mouse or touch down.  
TargetOffsetEvents target offset.  
UserControlsUser controls.  
Top
Public Methods
 NameDescription
CheckKeyModifierDetermines if the specified key modifier is currently in a pressed state.  
CreateCreates a new instance of InteractiveService with the specified parameters.  
DisposeOverloaded. Releases all resources used by this InteractiveService.  
StartListeningStarts listening to the events.  
StopListeningStops listening to the events.  
Top
Protected Methods
 NameDescription
CreateControlCreates the interactive service.  
FinalizeThis member overrides Finalize.  
OnDoubleTapRaises the DoubleTap event.  
OnDragCompletedRaises the DragCompleted event.  
OnDragDeltaRaises the DragDelta event.  
OnDragStartedRaises the DragStarted event.  
OnHoldRaises the Hold event.  
OnKeyDownRaises the KeyDown event.  
OnKeyUpRaises the KeyUp event.  
OnMoveRaises the Move event.  
OnPinchCompletedRaises the PinchCompleted event.  
OnPinchDeltaRaises the PinchDelta event.  
OnPinchStartedRaises the PinchStarted event.  
OnTapRaises the Tap event.  
Top
Public Events
 NameDescription
DoubleTapOccurs when the user double taps with the mouse or a finger.  
DragCompletedOccurs when the user completes a drag operation.  
DragDeltaOccurs when the user moves the mouse or finger while dragging.  
DragStartedOccurs when the user starts a drag operation.  
HoldOccurs when the user taps and holds with the mouse or a finger.  
KeyDownOccurs when the user presses a key down.  
KeyUpOccurs when the user releases a key.  
MoveOccurs when the user moves the mouse over the control.  
PinchCompletedOccurs when the user completes a pinch operation.  
PinchDeltaOccurs when the user moves the fingers while performing a pinch operation.  
PinchStartedOccurs when the user starts a pinch operation.  
TapOccurs when the user performs a tap operation with either the mouse or a finger.  
Top
See Also

Reference

InteractiveService Class
Leadtools.Controls Namespace

Error processing SSI file