C#
VB
C++
Configures the addin by launching a dialog to allow the user to set addin specific options.
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
)
Parent
The parent window of the user created dialog.
Settings
The server settings.
ServerDirectory
The server directory.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET