WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class InPlaceEditor - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class InPlaceEditor

    In place editor form

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

    Constructors

    InPlaceEditor(DiagramController)

    Initializes a new instance of the InPlaceEditor class.

    Declaration
    public InPlaceEditor(DiagramController controller)
    Parameters
    Type Name Description
    DiagramController controller

    The controller.

    Methods

    BeginEdit()

    Begins the edit.

    Declaration
    public void BeginEdit()

    Dispose(Boolean)

    Clean up any resources being used.

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

    true if managed resources should be disposed; otherwise, false.

    EndEdit()

    Ends the edit.

    Declaration
    public void EndEdit()

    IsEditable(Node)

    Determines whether the specified node to edit is editable.

    Declaration
    public bool IsEditable(Node nodeToEdit)
    Parameters
    Type Name Description
    Node nodeToEdit

    The node to edit.

    Returns
    Type Description
    System.Boolean

    true if the specified node to edit is editable; otherwise, false.

    Events

    LabelEditingCompleted

    Label Editing completed event

    Declaration
    public event LabelEditingCompletedEventHandler LabelEditingCompleted
    Event Type
    Type Description
    LabelEditingCompletedEventHandler

    LabelTextChanged

    Occurs when the label text changed.

    Declaration
    public event EventHandler LabelTextChanged
    Event Type
    Type Description
    System.EventHandler
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved