Error processing SSI file
(Leadtools.Controls)

Show in webframe

CreateControl Method




The owner of the service. Optional and can be null. This is not used by InteractiveService but can be used by the application to pass any class and extra data. ImageViewer passes this parameter in the Create method.
The events source control (or HTML element in JavaScript). The events of this element will be subscribed to and converted from raw mouse and touch to the common events mentioned above. Required and must be a valid control or HTML element on the page.
The events target control (or HTML element in JavaScript). This is the target 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.
Creates the interactive service.
Syntax
protected void CreateControl( 
   object owner,
   Control eventsSource,
   Control eventsTarget
)
'Declaration
 
Protected Sub CreateControl( _
   ByVal owner As Object, _
   ByVal eventsSource As Control, _
   ByVal eventsTarget As Control _
) 

Parameters

owner
The owner of the service. Optional and can be null. This is not used by InteractiveService but can be used by the application to pass any class and extra data. ImageViewer passes this parameter in the Create method.
eventsSource
The events source control (or HTML element in JavaScript). The events of this element will be subscribed to and converted from raw mouse and touch to the common events mentioned above. Required and must be a valid control or HTML element on the page.
eventsTarget
The events target control (or HTML element in JavaScript). This is the target 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