Miner.Mobile.Common Assembly > 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 String, _ ByVal title As String, _ ByVal buttons As MessageBoxButton, _ ByVal image As MessageBoxImage, _ ByVal defaultResult As MessageBoxResult _ ) As MessageBoxResult
'Usage Dim message As String Dim title As 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( string message, string title, MessageBoxButton buttons, MessageBoxImage image, MessageBoxResult defaultResult )
Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)
Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.