IWindowPopupMenu Property |
Returns the test object that correspond to the currently active context menu. Note: the menu must be visible before you start working with it.
Namespace:
SmartBear.TestLeft.TestObjects
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax ReadOnly Property PopupMenu As IMenu
Get
Dim instance As IWindow
Dim value As IMenu
value = instance.PopupMenu
property IMenu^ PopupMenu {
IMenu^ get ();
}
Property Value
Type:
IMenuExceptions See Also