GetAddInControlType Method

Summary
Gets a specific add-in registered control type.
Syntax
C#
C++/CLI
public Type GetAddInControlType( 
   string addinName, 
   string name 
) 
public: 
Type^ GetAddInControlType(  
   String^ addinName, 
   String^ name 
)  

Parameters

addinName
Name of the add-in.

name
The name of the control to get.

Return Value

The type of the specified control.

Remarks

Returns null if the specified add-in control does not exist.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly

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