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!

Form.FindForm

Retrieves the form that this control is parented to.

[Visual Basic]
Overrides Public Function FindForm() As Form
[C#]
public override Form FindForm();
[C++]
public: override Form* FindForm();
[JScript]
public override function FindForm() : Form;

Return Value

Form that this form is parented to.

See Also

Form Class | Form Members | System.WinForms Namespace