Class FindFormHelper
Provides a FindFormHelper.FindForm(Control) method that supports the IFindParentForm interface. Use this instead of calling Control.FindForm.
Inheritance
System.Object
FindFormHelper
Namespace: Syncfusion.Windows.Forms
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class FindFormHelper : Object
Constructors
FindFormHelper()
Declaration
public FindFormHelper()
Methods
FindForm(Control)
Provides a FindFormHelper.FindForm(Control) method that you can use instead of calling Control.FindForm.
Declaration
public static Form FindForm(Control c)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Windows.Forms.Control | c |
Returns
| Type |
|---|
| System.Windows.Forms.Form |