←Select platform

UserControls Property

Summary

User controls.

Syntax
C#
C++/CLI
public virtual IList<Control> UserControls { 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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.