Controls Property

Summary
Gets the UI controls defined in the configuration to be created in the workstation.
Syntax
C#
C++/CLI
[ConfigurationPropertyAttribute("controls", IsRequired=false)] 
public NamedElementCollection<NameTypeConfigurationElement> Controls { get; } 
public:  
   [ConfigurationPropertyAttribute(L"controls", IsRequired=false)] 
   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 22.0.2023.2.7
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly

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