![]() |
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Controls Assembly > Leadtools.Controls Namespace : InteractiveService Class |
The following tables list the members exposed by InteractiveService.
Name | Description | |
---|---|---|
![]() | InteractiveService Constructor | Initializes a new InteractiveService |
Name | Description | |
---|---|---|
![]() | CancelOnEscape | Indicates whether to cancel current operation when the user hits the ESC key on the keyboard. |
![]() | DoubleTapDelay | Indicates the delay in milliseconds between taps for the DoubleTap events. |
![]() | DragStartsOnDown | Indicates whether DragStarted events should fire on mouse or touch down. |
![]() | EnableHold | Indicates whether Hold events should fire. |
![]() | EnableMouseWheel | Indicates whether mouse wheel is enabled. |
![]() | EventsSource | Events source control or HTML element. |
![]() | EventsTarget | Events target control or HTML element. |
![]() | FocusOnDown | Indicates whether the service should move the focus to the events source when the user clicks on the mouse. |
![]() | HitTestBuffer | Hit test buffer. |
![]() | HoldDelay | Indicates the delay in milliseconds for the Hold events. |
![]() | IsListening | Gets a value that indicates whether the service is currently listening to the events. |
![]() | Owner | Owner of the service. |
![]() | PinchStartsOnDown | Indicates whether PinchStarted events should fire on mouse or touch down. |
![]() | TapOnDown | Indicates whether Tap events should fire on mouse or touch down. |
![]() | TargetOffset | Events target offset. |
![]() | UserControls | User controls. |
Name | Description | |
---|---|---|
![]() ![]() | CheckKeyModifier | Determines if the specified key modifier is currently in a pressed state. |
![]() ![]() | Create | Creates a new instance of InteractiveService with the specified parameters. |
![]() | Dispose | Overloaded. Releases all resources used by this InteractiveService. |
![]() | StartListening | Starts listening to the events. |
![]() | StopListening | Stops listening to the events. |
Name | Description | |
---|---|---|
![]() | CreateControl | Creates the interactive service. |
![]() | Finalize | This member overrides Finalize. |
![]() | OnDoubleTap | Raises the DoubleTap event. |
![]() | OnDragCompleted | Raises the DragCompleted event. |
![]() | OnDragDelta | Raises the DragDelta event. |
![]() | OnDragStarted | Raises the DragStarted event. |
![]() | OnHold | Raises the Hold event. |
![]() | OnKeyDown | Raises the KeyDown event. |
![]() | OnKeyUp | Raises the KeyUp event. |
![]() | OnMove | Raises the Move event. |
![]() | OnPinchCompleted | Raises the PinchCompleted event. |
![]() | OnPinchDelta | Raises the PinchDelta event. |
![]() | OnPinchStarted | Raises the PinchStarted event. |
![]() | OnTap | Raises the Tap event. |
Name | Description | |
---|---|---|
![]() | DoubleTap | Occurs when the user double taps with the mouse or a finger. |
![]() | DragCompleted | Occurs when the user completes a drag operation. |
![]() | DragDelta | Occurs when the user moves the mouse or finger while dragging. |
![]() | DragStarted | Occurs when the user starts a drag operation. |
![]() | Hold | Occurs when the user taps and holds with the mouse or a finger. |
![]() | KeyDown | Occurs when the user presses a key down. |
![]() | KeyUp | Occurs when the user releases a key. |
![]() | Move | Occurs when the user moves the mouse over the control. |
![]() | PinchCompleted | Occurs when the user completes a pinch operation. |
![]() | PinchDelta | Occurs when the user moves the fingers while performing a pinch operation. |
![]() | PinchStarted | Occurs when the user starts a pinch operation. |
![]() | Tap | Occurs when the user performs a tap operation with either the mouse or a finger. |