←Select platform

CanShowObjectContextMenu Property

Summary
Gets a value that indicates whether this AnnAutomation is currently in a state where the object context menu can be displayed.
Syntax
C#
VB
Objective-C
C++
Java
public bool CanShowObjectContextMenu { get; } 
Public ReadOnly Property CanShowObjectContextMenu As Boolean 
@property (nonatomic,readonly) BOOL canShowObjectContextMenu;; 
public boolean canShowObjectContextMenu() 
public:  
   property bool CanShowObjectContextMenu 
   { 
      bool get() 
   } 

Property Value

true if this AnnAutomation is currently in a state where the object context menu can be displayed; otherwise, false.

Remarks

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.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.