Responder Developer Guide
ShowDialogInternal Method


Syntax
'Declaration
 
Public Function ShowDialogInternal( _
   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 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.ShowDialogInternal(caption, description, soundAlias, image, owner)
public DialogResult ShowDialogInternal( 
   string caption,
   string description,
   string soundAlias,
   Image image,
   IWin32Window owner
)

Parameters

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

 

 


Send Comment