ArcFM Mobile Developer Guide
Show(String,String,MessageBoxButton,MessageBoxImage) Method


Version: 10.2.1b

Resource Center Home

Syntax
'Declaration
 
Public Overloads Shared Function Show( _
   ByVal message As String, _
   ByVal title As String, _
   ByVal buttons As MessageBoxButton, _
   ByVal image As MessageBoxImage _
) As MessageBoxResult
'Usage
 
Dim message As String
Dim title As String
Dim buttons As MessageBoxButton
Dim image As MessageBoxImage
Dim value As MessageBoxResult
 
value = MessageBox.Show(message, title, buttons, image)
public static MessageBoxResult Show( 
   string message,
   string title,
   MessageBoxButton buttons,
   MessageBoxImage image
)

Parameters

message
title
buttons
image
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

MessageBox Class
MessageBox Members
Overload List

 

 


Send Comment