IQtWidgetQtPopupMenu Property |
Returns the object for the context menu that is currently active in the window. NB: This menu must be activated before you start working with it.
Namespace:
SmartBear.TestLeft.TestObjects.Qt
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax IMenu QtPopupMenu { get; }
ReadOnly Property QtPopupMenu As IMenu
Get
Dim instance As IQtWidget
Dim value As IMenu
value = instance.QtPopupMenu
property IMenu^ QtPopupMenu {
IMenu^ get ();
}
Property Value
Type:
IMenuExceptions See Also