Controls Property

Summary
Gets the UI controls defined in the configuration to be created in the workstation.
Syntax
C#
VB
C++
[ConfigurationPropertyAttribute("controls", IsRequired=false)] 
public NamedElementCollection<NameTypeConfigurationElement> Controls { get; } 
  
Public ReadOnly Property Controls As NamedElementCollection(Of NameTypeConfigurationElement) 
public: 
property NamedElementCollection<NameTypeConfigurationElement^>^ Controls { 
   NamedElementCollection<NameTypeConfigurationElement^>^ get(); 
} 

Property Value

A collection of Microsoft.Practices.EnterpriseLibrary.Common.Configuration.NameTypeConfigurationElement which contains the information of the UI controls.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly

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