Miner.Mobile.Common.Controls Namespace > MessageBox Class > Show Method : Show(String,String,MessageBoxButton,MessageBoxImage,MessageBoxResult) Method |
'Declaration
Public Overloads Shared Function Show( _ ByVal message As System.String, _ ByVal title As System.String, _ ByVal buttons As MessageBoxButton, _ ByVal image As MessageBoxImage, _ ByVal defaultResult As MessageBoxResult _ ) As MessageBoxResult
'Usage
Dim message As System.String Dim title As System.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)
public static MessageBoxResult Show( System.string message, System.string title, MessageBoxButton buttons, MessageBoxImage image, MessageBoxResult defaultResult )
public function Show( message: System.String; title: System.String; buttons: MessageBoxButton; image: MessageBoxImage; defaultResult: MessageBoxResult ): MessageBoxResult; static;
public static function Show( message : System.String, title : System.String, buttons : MessageBoxButton, image : MessageBoxImage, defaultResult : MessageBoxResult ) : MessageBoxResult;
public: static MessageBoxResult Show( System.string* message, System.string* title, MessageBoxButton buttons, MessageBoxImage image, MessageBoxResult defaultResult )
public: static MessageBoxResult Show( System.String^ message, System.String^ title, MessageBoxButton buttons, MessageBoxImage image, MessageBoxResult defaultResult )
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