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!

ComponentEditorForm.ShowForm (IWin32Window, Int32)

Shows the form.

[Visual Basic]
Overloads Overridable Public Function ShowForm( _
   ByVal owner As IWin32Window, _
   ByVal page As Integer _
) As DialogResult
[C#]
public virtual DialogResult ShowForm(
   IWin32Window owner,
   int page
);
[C++]
public: virtual DialogResult ShowForm(
   IWin32Window* owner,
   int page
);
[JScript]
public function ShowForm(
   owner : IWin32Window,
   page : int
) : DialogResult;

Parameters

owner
[To be supplied.]
page
Index of the page to show.

Return Value

the dialog return code.

See Also

ComponentEditorForm Class | ComponentEditorForm Members | System.WinForms.Design Namespace | ComponentEditorForm.ShowForm Overload List