WinForms

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

    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
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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 Description
    System.Windows.Forms.Form
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved