Responder Developer Guide
ShowDialog(TaskRule[],String,IWin32Window) Method


Syntax
'Declaration
 
Public Overloads Function ShowDialog( _
   ByVal tasks() As TaskRule, _
   ByVal caption As String, _
   ByVal owner As IWin32Window _
) As DialogResult
'Usage
 
Dim instance As TaskForm
Dim tasks() As TaskRule
Dim caption As String
Dim owner As IWin32Window
Dim value As DialogResult
 
value = instance.ShowDialog(tasks, caption, owner)
public DialogResult ShowDialog( 
   TaskRule[] tasks,
   string caption,
   IWin32Window owner
)

Parameters

tasks
caption
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

TaskForm Class
TaskForm Members
Overload List

 

 


Send Comment