ArcFM Mobile Developer Guide
Show(String) Method


Version: 10.2.1a

Resource Center Home

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

Parameters

message
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