ArcFM Responder Mobile Developer Guide
Show(String) Method






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

Parameters

message
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MessageBox Class
MessageBox Members
Overload List

Send Feedback