LEADTOOLS Annotations (Leadtools.Annotations assembly)

CanShowObjectContextMenu Property

Show in webframe





Gets a value that indicates whether this AnnAutomation is currently in a state where the object context menu can be displayed.
Syntax
public virtual bool CanShowObjectContextMenu {get;}
'Declaration
 
Public Overridable ReadOnly Property CanShowObjectContextMenu As Boolean
'Usage
 
Dim instance As AnnAutomation
Dim value As Boolean
 
value = instance.CanShowObjectContextMenu

            

            
public:
virtual 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.

Example
For an example, refer to ShowObjectContextMenu.
Requirements

Target Platforms

See Also

Reference

AnnAutomation Class
AnnAutomation Members

 

 


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