Responder Developer Guide
ShowDialog Method (TelemetryFormTracker)


Syntax
'Declaration
 
Public Function ShowDialog( _
   ByVal form As Form, _
   ByVal owner As IWin32Window _
) As DialogResult
'Usage
 
Dim instance As TelemetryFormTracker
Dim form As Form
Dim owner As IWin32Window
Dim value As DialogResult
 
value = instance.ShowDialog(form, owner)
public DialogResult ShowDialog( 
   Form form,
   IWin32Window owner
)

Parameters

form
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

TelemetryFormTracker Class
TelemetryFormTracker Members

 

 


Send Comment