Error processing SSI file
LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)

Show in webframe

ContextMenu Property (AnnAutomationObject)






Gets or sets the context menu of this AnnAutomationObject.
Syntax
public virtual ContextMenu ContextMenu {get; set;}
'Declaration
 
Public Overridable Property ContextMenu As ContextMenu
'Usage
 
Dim instance As AnnAutomationObject
Dim value As ContextMenu
 
instance.ContextMenu = value
 
value = instance.ContextMenu

            

            
public:
virtual property ContextMenu^ ContextMenu {
   ContextMenu^ get();
   void set (    ContextMenu^ value);
}

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 Visual Basic) 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

See Also

Reference

AnnAutomationObject Class
AnnAutomationObject Members

Error processing SSI file
   Leadtools.Windows.Annotations requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features