Class ContextMenuEventArgs
Provides data for
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class ContextMenuEventArgs : SyncfusionCancelEventArgs
Constructors
ContextMenuEventArgs()
Constructor for the ContextMenuEventArgs
Declaration
public ContextMenuEventArgs()
ContextMenuEventArgs(List<ToolStripItem>)
Constructor for the ContextMenuEventArgs
Declaration
public ContextMenuEventArgs(List<ToolStripItem> menuItems)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<System.Windows.Forms.ToolStripItem> | menuItems | The argument contains the list of ToolStrip items. |
Properties
ContextMenuItems
Gets the Context menu items list.
Declaration
public List<ToolStripItem> ContextMenuItems { get; }
Property Value
Type |
---|
System.Collections.Generic.List<System.Windows.Forms.ToolStripItem> |