External Store add-ins 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 add-ins define a configuration class that is used to configure the external store add-in. 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
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document
