←Select platform

GetAddInControlType Method

Summary

Gets a specific addin 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 addin.

name
The name contol to get.

Return Value

The type of the specified control.

Remarks

Returns null if the specified addin control doesn't exist.

Requirements

Target Platforms

Help Version 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly