New to Telerik UI for WPFStart a free 30-day trial

Provides the automation peer for the RadMenuGroupItem class, enabling UI automation support for the associated menu group item. This class extends the functionalities of RadMenuItemAutomationPeer to include custom property values and item status in automation modes. It overrides methods to retrieve class names, help text, and to provide additional item status for advanced automation scenarios. The class is part of the WPF implementation and handles specific cases related to its owner group item.

Definition

Constructors

Initializes a new instance of the RadMenuGroupItemAutomationPeer class.

C#
public RadMenuGroupItemAutomationPeer(RadMenuGroupItem groupItem)
Parameters:groupItemRadMenuGroupItem

The RadMenuGroupItem owner.

Methods

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

C#
protected override string GetClassNameCore()
Returns:

string

Overrides: RadMenuItemAutomationPeer.GetClassNameCore()

C#
protected override string GetHelpTextCore()
Returns:

string

Overrides: RadMenuItemAutomationPeer.GetHelpTextCore()

C#
protected override string GetItemStatusCore()
Returns:

string

Overrides: RadMenuItemAutomationPeer.GetItemStatusCore()