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