Autodesk Vault ProfessionalVault API

IContextMenu Interface

Autodesk.DataManagement.Client.Framework.FormsAutodesk.DataManagement.Client.Framework.Forms.Interfaces

This interface allows for a custom context menu to be displayed.

Syntax

public interface IContextMenu 
Public Interface IContextMenu 

Methods

NameDescription
ShowCalled when the context menu should be displayed.

Events

NameDescription
CloseUpEvent handler the implementation class needs to call when the menu is closed.

Returned By

Where you get a IContextMenu — members that return one.

See Also