WinMenuItem Class
Represents a menu item control to test the user interface (UI) of Windows Forms.
Inheritance Hierarchy
Object
Microsoft.VisualStudio.TestTools.UITesting.UITestControl
Microsoft.VisualStudio.TestTools.UITesting.WinControls.WinControl
Microsoft.VisualStudio.TestTools.UITesting.WinControls.WinMenuItem
Namespace: Microsoft.VisualStudio.TestTools.UITesting.WinControls
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntax
'Declaration
<CLSCompliantAttribute(True)> _
Public Class WinMenuItem _
Inherits WinControl
[CLSCompliantAttribute(true)]
public class WinMenuItem : WinControl
[CLSCompliantAttribute(true)]
public ref class WinMenuItem : public WinControl
[<CLSCompliantAttribute(true)>]
type WinMenuItem =
class
inherit WinControl
end
public class WinMenuItem extends WinControl
The WinMenuItem type exposes the following members.
Constructors
Name | Description | |
---|---|---|
WinMenuItem() | Initializes a new instance of the WinMenuItem class. | |
WinMenuItem(UITestControl) | Initializes a new instance of the WinMenuItem class by using the provided parent control. |
Top
Properties
Name | Description | |
---|---|---|
AcceleratorKey | Gets the keyboard shortcut for this menu item. | |
AccessibleDescription | Gets the description of the underlying IAccessible of this WinControl. (Inherited from WinControl.) | |
AccessKey | Gets the access key that is assigned to this control. (Inherited from WinControl.) | |
BoundingRectangle | (Inherited from UITestControl.) | |
Checked | Gets or sets a value that indicates whether this menu item is checked. | |
ClassName | (Inherited from UITestControl.) | |
Container | (Inherited from UITestControl.) | |
ControlId | Gets the ID that is assigned to this control. (Inherited from WinControl.) | |
ControlName | Gets the name of this control. (Inherited from WinControl.) | |
ControlType | (Inherited from UITestControl.) | |
DisplayText | Gets the text of this menu item. | |
Enabled | (Inherited from UITestControl.) | |
Exists | (Inherited from UITestControl.) | |
FilterProperties | (Inherited from UITestControl.) | |
FriendlyName | (Inherited from UITestControl.) | |
HasChildNodes | Gets or sets a value that indicates whether this menu item has child nodes. | |
HasFocus | (Inherited from UITestControl.) | |
Height | (Inherited from UITestControl.) | |
HelpText | Gets the help text that is assigned to this control. (Inherited from WinControl.) | |
IsTopLevelMenu | Gets or sets a value that indicates whether this menu item is the top-level menu. | |
IsTopParent | (Inherited from UITestControl.) | |
Items | Gets the collection of all child items in this menu item. | |
Left | (Inherited from UITestControl.) | |
Name | (Inherited from UITestControl.) | |
NativeElement | (Inherited from UITestControl.) | |
SearchConfigurations | (Inherited from UITestControl.) | |
SearchProperties | (Inherited from UITestControl.) | |
SearchPropertiesSetExplicitly | (Inherited from UITestControl.) | |
Shortcut | Gets the uniform resource identifier (URI) for this menu item. | |
State | (Inherited from UITestControl.) | |
TechnologyName | (Inherited from UITestControl.) | |
ToolTipText | (Inherited from WinControl.) | |
Top | (Inherited from UITestControl.) | |
TopParent | (Inherited from UITestControl.) | |
Width | (Inherited from UITestControl.) | |
WindowHandle | (Inherited from UITestControl.) | |
WindowTitles | (Inherited from UITestControl.) |
Top
Methods
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.VisualStudio.TestTools.UITesting.WinControls Namespace