alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved