Responder Developer Guide
ShowDialog(DataRow,String,String,String,Image,IWin32Window) Method


Syntax
'Declaration
 
Public Overloads Function ShowDialog( _
   ByVal alertRow As DataRow, _
   ByVal caption As String, _
   ByVal description As String, _
   ByVal soundAlias As String, _
   ByVal image As Image, _
   ByVal owner As IWin32Window _
) As DialogResult
'Usage
 
Dim instance As AlertDialog
Dim alertRow As DataRow
Dim caption As String
Dim description As String
Dim soundAlias As String
Dim image As Image
Dim owner As IWin32Window
Dim value As DialogResult
 
value = instance.ShowDialog(alertRow, caption, description, soundAlias, image, owner)
public DialogResult ShowDialog( 
   DataRow alertRow,
   string caption,
   string description,
   string soundAlias,
   Image image,
   IWin32Window owner
)

Parameters

alertRow
caption
description
soundAlias
image
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

AlertDialog Class
AlertDialog Members
Overload List

 

 


Send Comment