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 : UserControls Property |
public virtual IList<Control> UserControls {get;}
'Declaration
Public Overridable ReadOnly Property UserControls As IList(Of Control)
Any extra controls that should participate in the events handling. If you are adding any user controls on top of the viewer in the page, then you must add these controls into UserControls to allow the service to handle events on these controls.