Miner.Mobile.Common.Controls Namespace > MessageBox Class > Show Method : Show(String) Method |
'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 )
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