Click or drag to resize
weroSoft AG, Software
WpfWindowModelBaseClickMenuItem Method
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.

Note: This API is now obsolete.

Clicks a menu item.

Namespace:  WeroSoft.UnitTesting.Wpf
Assembly:  WeroSoft.UnitTesting.Library (in WeroSoft.UnitTesting.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
[ObsoleteAttribute("Use ClickMenu() instead.")]
public void ClickMenuItem(
	string automationId
)

Parameters

automationId
Type: SystemString
Automation identifier of the menu item to get.
See Also