Intersoft.Client.Framework Namespace > IModalWindow Interface : ShowDialog Method |
Sub ShowDialog( _ ByVal owner As IWindow, _ ByVal closeCallback As Action(Of DialogResult) _ )
Dim instance As IModalWindow Dim owner As IWindow Dim closeCallback As Action(Of DialogResult) instance.ShowDialog(owner, closeCallback)
void ShowDialog( IWindow owner, Action<DialogResult> closeCallback )
void ShowDialog( IWindow^ owner, Action<DialogResult>^ closeCallback )
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