SetAddInControl Method

Summary
Sets a control option for a specific add-in.
Syntax
C#
C++/CLI
public void SetAddInControl( 
   string addinName, 
   string name, 
   Type type 
) 
public: 
void SetAddInControl(  
   String^ addinName, 
   String^ name, 
   Type^ type 
)  

Parameters

addinName
Name of the add-in.

name
The name of the control.

type
The type of the control.

Remarks

Controls are name/type pairs that are stored under an add-in configuration in the <control></control> tag. If the control does not currently exist, it is added to the configuration.

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.