Class
RadContextMenuAutomationPeer

Provides the AutomationPeer for the RadContextMenu class. This class is responsible for exposing the properties and behaviors of the RadContextMenu to accessibility clients, allowing them to interact with the RadContextMenu in a meaningful way.

Definition

Namespace:Telerik.Windows.Automation.Peers

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

cs-api-definition
public class RadContextMenuAutomationPeer : RadContextMenuAutomationPeer, IExpandCollapseProvider

Inheritance: objectRadContextMenuAutomationPeerRadContextMenuAutomationPeer

Implements: IExpandCollapseProvider

Inherited Members RadContextMenuAutomationPeer.Collapse()RadContextMenuAutomationPeer.Expand()RadContextMenuAutomationPeer.GetAutomationControlTypeCore()RadContextMenuAutomationPeer.GetNameCore()RadContextMenuAutomationPeer.ExpandCollapseState

Constructors

RadContextMenuAutomationPeer(RadContextMenu)

Initializes a new instance of the RadContextMenuAutomationPeer class. Automation Peer for the RadContextMenu class.

Declaration

cs-api-definition
public RadContextMenuAutomationPeer(RadContextMenu owner)

Parameters

owner

RadContextMenu

The object that is associated with this AutomationPeer.

Methods

GetClassNameCore()

Returns the name of the class associated with this AutomationPeer. This method is called by AutomationPeer.GetClassName.

Declaration

cs-api-definition
protected override string GetClassNameCore()

Returns

string

Overrides RadContextMenuAutomationPeer.GetClassNameCore()

GetHelpTextCore()

Declaration

cs-api-definition
protected override string GetHelpTextCore()

Returns

string

GetItemStatusCore()

Declaration

cs-api-definition
protected override string GetItemStatusCore()

Returns

string