DGKC Control Documentation


Skip Navigation Links.
Start page
Quick Start
Search Page
Installation
What is new
Licensing
Expand ModelsModels
Collapse DG Kernel ControlDG Kernel Control
Expand API ReferenceAPI Reference
Expand Samples and TutorialsSamples and Tutorials
Expand GraphicsGraphics
Expand Math ObjectsMath Objects
Expand DeprecatedDeprecated
Redistribution
Model Viewer
Support
Skip Navigation LinksHome Page > DG Kernel Control > Interactive Functionality > Context Menu Go to ActiveX docs Search Documentation


Context Menu

By default DGKC components display context menu (right mouse button). The menu can be disabled (It will stop appearing) by setting the Context Menu property in the Component Context

The menu is the regular .NET ContextMenuStrip property of .NET System.Windows.Forms.Control base of  DGKC. It can be accessed and manipulated using common .NET functionality. See the LightForm.CustomiseContextMenu() method in the Light sample

See also: Light Sample