ContextMenuGroup
Class
Collection of context menu items.
Definition
Namespace:Telerik.Windows.Controls.RichTextBoxUI.Menus
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class ContextMenuGroup : IList<RadMenuItem>, ICollection<RadMenuItem>, IEnumerable<RadMenuItem>, 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()
Implements:
C#
public void CopyTo(RadMenuItem[] array, int arrayIndex)
Implements: