Error processing SSI file
(Leadtools.Controls)

Show in webframe

EventsTarget Property




Events target control or HTML element.
Syntax
public Control EventsTarget {get; set;}
'Declaration
 
Public Property EventsTarget As Control

Property Value

The events target control or HTML element.
Remarks

This is the same value set in the eventsTarget parameter to the Create method. This element is the target that will be used to check if the event is triggered on its surface and all coordinates will be translated based on its position. Required and must be a valid control or HTML element on the page.

Requirements

Target Platforms

See Also

Reference

InteractiveService Class
InteractiveService Members

Error processing SSI file