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
|