CADability dotNET
Sets a additional conext menu which prepends the context menu of this GeoPointProperty. This context menu is merged into the existing context menu of this GeoPointProperty.

Namespace: CADability.UserInterface
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public ContextMenu PrependContextMenu { set; }
Visual Basic
Public WriteOnly Property PrependContextMenu As ContextMenu
	Set
Visual C++
public:
property ContextMenu^ PrependContextMenu {
	void set (ContextMenu^ value);
}

See Also