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. |