GraphControllerEhEditTextGraphics Method |
Handles the double click event onto a plot item.
Namespace: Altaxo.Gui.Graph.Gdi.ViewingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax protected static bool EhEditTextGraphics(
IHitTestObject hit
)
Parameters
- hit IHitTestObject
- Object containing information about the double clicked object.
Return Value
BooleanTrue if the object should be deleted, false otherwise.
See Also