NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IUIService.ShowDialog

[To be supplied.]

[Visual Basic]
Function ShowDialog( _
   ByVal form As Form _
) As DialogResult
[C#]
DialogResult ShowDialog(
   Form form
);
[C++]
DialogResult ShowDialog(
   Form* form
) = 0;
[JScript]
function ShowDialog(
   form : Form
) : DialogResult;

Parameters

form
[To be supplied.]

See Also

IUIService Interface | IUIService Members | System.WinForms.Design Namespace