C#
VB
C++
Gets the UI controls defined in the configuration to be created in the workstation.
[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();
}
A collection of Microsoft.Practices.EnterpriseLibrary.Common.Configuration.NameTypeConfigurationElement which contains the information of the UI controls.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET