DGKC Control Documentation


Skip Navigation Links.
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