←Select platform

UserControls Property

Summary

User controls.

Syntax

C#
VB
C++
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() 
   } 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.WinForms Assembly