Responder Developer Guide
ShowDialog(IUserInput[],IWin32Window) Method


Syntax
'Declaration
 
Public Overloads Function ShowDialog( _
   ByVal userInputs() As IUserInput, _
   ByVal owner As IWin32Window _
) As DialogResult
'Usage
 
Dim instance As UserInputForm
Dim userInputs() As IUserInput
Dim owner As IWin32Window
Dim value As DialogResult
 
value = instance.ShowDialog(userInputs, owner)
public DialogResult ShowDialog( 
   IUserInput[] userInputs,
   IWin32Window owner
)

Parameters

userInputs
owner
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

UserInputForm Class
UserInputForm Members
Overload List

 

 


Send Comment