←Select platform

Configure Method

Summary

Configures the addin by launching a dialog to allow the user to set addin specific options.

Syntax

C#
VB
C++
public void Configure( 
   IWin32Window Parent, 
   ServerSettings Settings, 
   string ServerDirectory 
) 
  
Sub Configure( _ 
   ByVal Parent As IWin32Window, _ 
   ByVal Settings As Leadtools.Dicom.Addin.Common.ServerSettings, _ 
   ByVal ServerDirectory As String _ 
)  
void Configure(  
   IWin32Window^ Parent, 
   Leadtools.Dicom.Addin.Common.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 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly