←Select platform

SetAddInControl Method

Summary

Set a control option for a specific addin.

Syntax

C#
VB
C++
public void SetAddInControl(  
   string addinName, 
   string name, 
   Type type 
) 
Public Sub SetAddInControl( _ 
   ByVal addinName As String, _ 
   ByVal name As String, _ 
   ByVal type As Type _ 
) 
public: 
void SetAddInControl(  
   String^ addinName, 
   String^ name, 
   Type^ type 
) 

Parameters

addinName
Name of the addin.

name
The name of the control.

type
The type of the control.

Remarks

Controls are name/type pairs that are stored under an addin configuration in the <control></control> tag. If the control doesn't currently exist it is added to the configuration.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Dicom.AddIn Assembly
Click or drag to resize