WinForms

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

    Show / Hide Table of Contents

    Class TreeViewAdvEditorForm

    Represents the EditorForm of TreeViewAdv class.

    Inheritance
    System.Object
    TreeViewAdvEditorForm
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class TreeViewAdvEditorForm : Form

    Constructors

    TreeViewAdvEditorForm()

    Initialize a new instance of the TreeViewAdvEditorForm class.

    Declaration
    public TreeViewAdvEditorForm()

    TreeViewAdvEditorForm(TreeViewAdv, IServiceProvider)

    Initialize a new instance of the TreeViewAdvEditorForm class.

    Declaration
    public TreeViewAdvEditorForm(TreeViewAdv Tree, IServiceProvider provider)
    Parameters
    Type Name Description
    TreeViewAdv Tree

    A TreeViewAdv instance.

    System.IServiceProvider provider

    It used for retrieving a service object; that is, an object that provides custom support to other objects.

    Methods

    Dispose(Boolean)

    Cleans up any resources being used.

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved