Class FindFormHelper
Provides a FindFormHelper.FindForm(Control) method that supports the IFindParentForm interface. Use this instead of calling Control.FindForm.
Inheritance
System.Object
FindFormHelper
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class FindFormHelper
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 |