ContextMenuGroup
Class
Collection of context menu items.
Definition
Namespace:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Menus
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
C#
public class ContextMenuGroup : IEnumerable
Inheritance: objectContextMenuGroup
Implements:
Constructors
Initializes a new instance of the ContextMenuGroup class.
C#
public ContextMenuGroup()
Initializes a new instance of the ContextMenuGroup class.
C#
public ContextMenuGroup(ContextMenuGroupType type, string name)
The type of the group.
namestringThe name of the group.
Initializes a new instance of the ContextMenuGroup class.
C#
public ContextMenuGroup(ContextMenuGroupType type)
The type of the group.
Initializes a new instance of the ContextMenuGroup class.
Properties
Gets the name of the group.
C#
public string Name { get; }
The name of the group.
Gets the type of the group.
C#
public ContextMenuGroupType Type { get; }
The type of the group.
Methods
C#
public void Clear()
C#
public void CopyTo(RadMenuItemBase[] array, int arrayIndex)