SoWinFullViewer.ContextMenu Property |
Namespace: OIV.Inventor.Win.Viewers
Even if a default contextual menu exists, the property value will be null since the existing type is not assignable to ContextMenuStrip
Setting the property to a non null value will disable the default contextual menu (IsDefaultContextMenuEnabled will return false).
Furthermore, setting IsDefaultContextMenuEnabled to true will also set ContextMenu to null (default value). But setting IsDefaultContextMenuEnabled to false does not set or reset ContextMenu.