New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Menus

Assembly:Telerik.WinControls.RichTextEditor.dll

Syntax:

C#
public class ContextMenuEventArgs : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsContextMenuEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

Initializes a new instance of the ContextMenuEventArgs class.

C#
public ContextMenuEventArgs(ContextMenuGroupCollection contextMenuGroupCollection)
Parameters:contextMenuGroupCollectionContextMenuGroupCollection

Context menu group collection which can be customized.

Properties

Gets the context menu group collection which can be customized.

C#
public ContextMenuGroupCollection ContextMenuGroupCollection { get; }
Property Value:

The context menu group collection.