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 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.