[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;
IUIService Interface | IUIService Members | System.WinForms.Design Namespace