Click or drag to resize

SolidBodyShapeBaseEhHitDoubleClick Method

Opens the shape-properties dialog for the double-clicked object.

Namespace: Altaxo.Graph.Graph3D.Shapes
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected static bool EhHitDoubleClick(
	IHitTestObject o
)

Parameters

o  IHitTestObject
The hit-test object for the double-clicked shape.

Return Value

Boolean
after the dialog has been handled.
See Also