GetAddInControlType Method

Summary
Gets a specific add-in registered control type.
Syntax
C#
VB
C++
public Type GetAddInControlType( 
   string addinName, 
   string name 
) 
  
Public Function GetAddInControlType( _ 
   ByVal addinName As String, _ 
   ByVal name As String _ 
) As Type 
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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly

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