Class RadMenuSeparatorItem
Represents a selectable item inside a RadMenu.
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
[TelerikToolboxCategory("Navigation")]
public class RadMenuSeparatorItem : RadMenuItem, ICommandSource, ISupportInitialize
Constructors
RadMenuSeparatorItem()
Initializes a new instance of the RadMenuSeparatorItem class without menu text or a value.
Declaration
public RadMenuSeparatorItem()
Methods
ChangeVisualState(Boolean)
Updates the visual state of the control.
Declaration
protected override void ChangeVisualState(bool useTransitions)
Parameters
System.Boolean
useTransitions
Indicates whether transitions should be used. |
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
|