←Select platform

ContextMenu Property

Summary

Gets or sets the context menu of this AnnAutomationObject.

Syntax

C#
VB
C++
public virtual ContextMenu ContextMenu { get; set; } 
  
Public Overridable Property ContextMenu As ContextMenu 
public: 
virtual property ContextMenu^ ContextMenu { 
   ContextMenu^ get(); 
   void set (    ContextMenu^ ); 
} 

Property Value

The context menu of this AnnAutomationObject.

Remarks

The Context Menu is displayed whenever an annotation object associated with this automation object is right-clicked by the mouse in design mode. You can use this context menu directly or you can derive your own classes from the System.Windows.Controls.ContextMenu class and assign it to this value. Setting this value to null (Nothing in VB) disables showing the context menu for this object in design mode. For information regarding default context menus used throughout the user interface in the automated mode, including information on how to override the default values, refer to Localization of LEADTOOLS for .NET WPF Annotations Automation.

Example

For C#/VB examples, refer to AnnAutomationManager.

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.Windows.Annotations Assembly