ArcFM Mobile Developer Guide
Show(String,String,MessageBoxButton,MessageBoxImage,MessageBoxResult) 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, _
   ByVal defaultResult As MessageBoxResult _
) As MessageBoxResult
'Usage
 
Dim message As String
Dim title As String
Dim buttons As MessageBoxButton
Dim image As MessageBoxImage
Dim defaultResult As MessageBoxResult
Dim value As MessageBoxResult
 
value = MessageBox.Show(message, title, buttons, image, defaultResult)

Parameters

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