C#
VB
C++
User controls.
public virtual IList<Control> UserControls { get; }
Public Overridable ReadOnly Property UserControls() As System.Collections.Generic.IList(Of System.Windows.Forms.Control)
Get
public:
virtual property System::Collections::Generic::IList<System::Windows::Forms::Control^>^ UserControls
{
System::Collections::Generic::IList<System::Windows::Forms::Control^>^ get()
}
The user controls.
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET