←Select platform

CreateDefaultObjectContextMenu Method

Summary

Creates the context menu associated with a certain ID.

Syntax

C#
VB
C++
public static ContextMenu CreateDefaultObjectContextMenu( 
   int id 
) 
  
Public Shared Function CreateDefaultObjectContextMenu( _ 
   ByVal id As Integer _ 
) As ContextMenu 
public: 
static ContextMenu^ CreateDefaultObjectContextMenu(  
   int id 
)  

Parameters

id
The ID of the AnnAutomationObject.

Return Value

The default System.Windows.Controls.ContextMenu used in AnnAutomationObject.ContextMenu.

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