IContextMenuHost Interface
Context menu host contract
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
Syntax
'宣言
Public Interface IContextMenuHost
public interface IContextMenuHost
public interface class IContextMenuHost
type IContextMenuHost = interface end
public interface IContextMenuHost
The IContextMenuHost type exposes the following members.
Properties
Name | Description | |
---|---|---|
ContextMenuXPosition | The context menu X position | |
ContextMenuYPosition | The context menu Y position | |
IsContextMenuShowing | Context menu is showing or not |
Top