←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly