CADability dotNET
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
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.UserInterfaceAssembly: 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); } |