Configure Method

Summary

Configures the add-in by launching a dialog to allow the user to set add-in specific options.

Syntax
C#
VB
C++
public void Configure( 
   IWin32Window Parent, 
   ServerSettings Settings, 
   string ServerDirectory 
) 
  
Sub Configure( _ 
   ByVal Parent As IWin32Window, _ 
   ByVal Settings As ServerSettings, _ 
   ByVal ServerDirectory As String _ 
)  
void Configure(  
   IWin32Window^ Parent, 
   ServerSettings^ Settings, 
   String^ ServerDirectory 
)  

Parameters

Parent
The parent window of the user created dialog.

Settings
The server settings.

ServerDirectory
The server directory.

Requirements

Target Platforms

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

Leadtools.Dicom.AddIn Assembly