External Store Addins use the ControlAttribute attributes to control the appearance of the dynamically generated controls.
[AttributeUsageAttribute(System.AttributeTargets, AllowMultiple=false)]public class ControlAttribute : Attribute
<AttributeUsageAttribute(ValidOn=AttributeTargets.Property Or _AttributeTargets.Field Or _AttributeTargets.Parameter,AllowMultiple=False,Inherited=True)>Public Class ControlAttributeInherits System.AttributeImplements System.Runtime.InteropServices._Attribute
[AttributeUsageAttribute(ValidOn=AttributeTargets.Property |AttributeTargets.Field |AttributeTargets.Parameter,AllowMultiple=false,Inherited=true)]public ref class ControlAttribute : public System.Attribute, System.Runtime.InteropServices._Attribute
External store addins define a configuration class that is used to configure the external store addin. From the CSStorageServerManagerDemo_Original.exe UI, users click the External Store button to display a configuration dialog. This configuration dialog is dynamically generated from the external store configuration class.
For an example, see the Leadtools.Medical.ExternalStore.Sample.Addin demo located here: <INSTALLDIR>\Examples\PACSFramework\CS\Sample AddIns\Leadtools.Medical.ExternalStore.Sample.Addin
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
