Search
Diagram.RaiseLinkTextEditing Method
See Also
 





Raises the LinkTextEditing event to validate entering inplace edit mode.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool RaiseLinkTextEditing (
    DiagramLink link,
    LinkLabel label
)

Visual Basic  Copy Code

Public Function RaiseLinkTextEditing( _
    link As DiagramLink, _
    label As LinkLabel _
) As Boolean

 Parameters

link

The DiagramLink related to the event.

label
The LinkLabel related to the event.

 Return Value

true to let users edit the link's text, or false otherwise.

 See Also