Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.29
|
Leadtools.Annotations.Automation Assembly > Leadtools.Annotations.Automation Namespace > AnnAutomation Class : CanShowObjectContextMenu Property |
public bool CanShowObjectContextMenu {get;}
'Declaration
Public ReadOnly Property CanShowObjectContextMenu As Boolean
public bool CanShowObjectContextMenu {get;}
@property (nonatomic,readonly) BOOL canShowObjectContextMenu;;
public boolean canShowObjectContextMenu()
get_CanShowObjectContextMenu();
The AnnAutomation can display the object context menu if there is an AnnObject that is currently being edited (in other words, the CurrentDesigner is an object of the AnnEditDesigner class).
Call the ShowObjectContextMenu method to display the object context menu.