(Leadtools.Annotations.Automation)

OnShowContextMenu Event

Show in webframe




Occurs when the automation needs to show the context menu when no objects are selected.
Syntax
public event EventHandler<AnnAutomationEventArgs> OnShowContextMenu
public event EventHandler<AnnAutomationEventArgs> OnShowContextMenu
-(void) automation:(LTAnnAutomation*) automation showContextMenu:(LTAnnAutomationEventArgs*) e;
public void addOnShowContextMenuListener(AnnOnShowContextMenuListener listener)
public void removeOnShowContextMenuListener(AnnOnShowContextMenuListener listener)
            
add_OnShowContextMenu(function(sender, e))
remove_OnShowContextMenu(function(sender, e))

Event Data

The event handler receives an argument of type AnnAutomationEventArgs containing data related to this event. The following AnnAutomationEventArgs properties provide information specific to this event.

PropertyDescription
Object Gets the current selected automation object.
Remarks

This event is fired when the ShowContextMenu method is called.

The framework does not contain a user interface for this, instead, the OnShowContextMenu event is fired and the application code most show the context menu.

Requirements

Target Platforms

See Also

Reference

AnnAutomation Class
AnnAutomation Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.