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






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

Parameters

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