Retrieves the form that this control is on. The control's parent may not be the same as the form.
[Visual Basic] Overridable Public Function FindForm() As Form [C#] public virtual Form FindForm(); [C++] public: virtual Form* FindForm(); [JScript] public function FindForm() : Form;
form this control is contained in.
RichControl Class | RichControl Members | System.WinForms Namespace