Responder Developer Guide
ShowDialog(IEvaluatorInput[],Boolean,IWin32Window,IEvaluatorInput) Method


Syntax
'Declaration
 
Public Overloads Function ShowDialog( _
   ByVal finderControls() As IEvaluatorInput, _
   ByVal findDirectionUp As Boolean, _
   ByVal owner As IWin32Window, _
   ByVal selectedFinder As IEvaluatorInput _
) As DialogResult
'Usage
 
Dim instance As FinderForm
Dim finderControls() As IEvaluatorInput
Dim findDirectionUp As Boolean
Dim owner As IWin32Window
Dim selectedFinder As IEvaluatorInput
Dim value As DialogResult
 
value = instance.ShowDialog(finderControls, findDirectionUp, owner, selectedFinder)

Parameters

finderControls
findDirectionUp
owner
selectedFinder
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

FinderForm Class
FinderForm Members
Overload List

 

 


Send Comment