menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class HeaderFooterForm - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class HeaderFooterForm

    Header footer form.

    Inheritance
    System.Object
    HeaderFooterForm
    Namespace: Syncfusion.Windows.Forms.Diagram
    Assembly: Syncfusion.Diagram.Base.dll
    Syntax
    public class HeaderFooterForm : Form

    Constructors

    HeaderFooterForm()

    Initializes a new instance of the HeaderFooterForm class.

    Declaration
    public HeaderFooterForm()

    Properties

    TextBox

    Gets or sets the text box.

    Declaration
    public string TextBox { get; set; }
    Property Value
    Type Description
    System.String

    The text box.

    Methods

    Dispose(Boolean)

    Clean up any resources being used.

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    true to release both managed and unmanaged resources; false to release only unmanaged resources.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved