Intersoft.Client.UI.Aqua.UXDesktop Namespace > UXMessageBox Class > Show Method : Show(IWindow,String,String,Action<DialogResult>) Method |
Public Overloads Shared Sub Show( _ ByVal window As IWindow, _ ByVal message As String, _ ByVal caption As String, _ ByVal resultCallback As Action(Of DialogResult) _ )
Dim window As IWindow Dim message As String Dim caption As String Dim resultCallback As Action(Of DialogResult) UXMessageBox.Show(window, message, caption, resultCallback)
public static void Show( IWindow window, string message, string caption, Action<DialogResult> resultCallback )
public: static void Show( IWindow^ window, String^ message, String^ caption, Action<DialogResult>^ resultCallback )
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