This documentation is for the old version. Go to the latest Graphics Mill docs

GenericVObjectEditDesigner.ContextMenu Property

Gets/sets a context menu for an associated v-object.

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls.VectorObjects (in Aurigma.GraphicsMill.WinControls.VectorObjects.dll)

Syntax

Visual Basic
Public Property ContextMenu As ContextMenu
C#
public ContextMenu ContextMenu { get; set; }

Property Value

A ContextMenu instance that represents a required shortcut menu.

See Also

Reference