←Select platform

ShowDialog(IWin32Window) Method

Summary

Shows the configuration form as a modal dialog box with the specified owner.

Syntax

C#
VB
C++
public void ShowDialog( 
   IWin32Window Owner 
) 
  
Overloads Sub ShowDialog( _ 
   ByVal Owner As IWin32Window _ 
)  
void ShowDialog(  
   IWin32Window^ Owner 
)  

Parameters

Owner
Any object that implements IWin32Window that represents the top-level window that will own the modal dialog box.

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