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






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

Parameters

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