Error processing SSI file
(Leadtools.Controls)

Show in webframe

UserControls Property




User controls.
Syntax
public virtual IList<Control> UserControls {get;}
'Declaration
 
Public Overridable ReadOnly Property UserControls As IList(Of Control)

Property Value

The user controls.
Remarks

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.

Requirements

Target Platforms

See Also

Reference

InteractiveService Class
InteractiveService Members

Error processing SSI file