←Select platform

ContextMenu Property

Summary

Gets or sets the context menu associated with this AnnAutomationObject

Syntax

C#
VB
WinRT C#
C++
public virtual object ContextMenu { get; set; } 
Public Overridable Property ContextMenu As Object 
public virtual object ContextMenu {get; set;} 
 <br/>get_ContextMenu();<br/>set_ContextMenu(value);<br/>Object.defineProperty('ContextMenu');  
public:  
   virtual property Object^ ContextMenu 
   { 
      Object^ get() 
      void set(Object^ value) 
   } 

Property Value

The context menu associated with this AnnAutomationObject. The default value is null.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly