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;
Form that this form is parented to.