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 |
|
Events
LabelEditingCompleted
Label Editing completed event
Declaration
public event LabelEditingCompletedEventHandler LabelEditingCompleted
Event Type
Type |
---|
LabelEditingCompletedEventHandler |
LabelTextChanged
Occurs when the label text changed.
Declaration
public event EventHandler LabelTextChanged
Event Type
Type |
---|
System.EventHandler |