Class RadMenuGroupItem
Represents a container item inside a RadMenu, RadContextMenu, RadMenuItem or RadMenuGroupItem.
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
[TelerikToolboxCategory("Navigation")]
public class RadMenuGroupItem : RadMenuItem, ICommandSource, ISupportInitialize
Constructors
RadMenuGroupItem()
Initializes a new instance of the RadMenuGroupItem class without menu text or a value.
Declaration
public RadMenuGroupItem()
Methods
IsItemItsOwnContainerProtected(Object)
Determines if the specified item is System.Windows.UIElement.
Declaration
protected override bool IsItemItsOwnContainerProtected(object item)
Parameters
System.Object
item
The item to check. |
Returns
System.Boolean
True if the item is System.Windows.UIElement; otherwise, false. |
Overrides
OnCreateAutomationPeer()
Provides an appropriate RadMenuItemAutomationPeer implementation for this control, as part of the automation infrastructure.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System.Windows.Automation.Peers.AutomationPeer
|
Overrides
OnKeyDown(KeyEventArgs)
Responds to the KeyDown event.
Declaration
protected override void OnKeyDown(KeyEventArgs e)
Parameters
System.Windows.Input.KeyEventArgs
e
The System.Windows.Input.KeyEventArgs instance containing the event data. |