IGestureExtensionController Interface
Controller for gesture extensions can optionally proffer a linked undo context
Namespace: Microsoft.VisualStudio.Modeling.Diagrams.ExtensionEnablement
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)
Syntax
'Declaration
Public Interface IGestureExtensionController _
Inherits IGestureExtension
public interface IGestureExtensionController : IGestureExtension
public interface class IGestureExtensionController : IGestureExtension
type IGestureExtensionController =
interface
interface IGestureExtension
end
public interface IGestureExtensionController extends IGestureExtension
The IGestureExtensionController type exposes the following members.
Properties
Name | Description | |
---|---|---|
LinkedUndoContext | Allow access to the system's linked undo context (if any) |
Top
Methods
Name | Description | |
---|---|---|
CanDragDrop | (Inherited from IGestureExtension.) | |
OnDoubleClick | (Inherited from IGestureExtension.) | |
OnDragDrop | (Inherited from IGestureExtension.) |
Top
See Also
Reference
Microsoft.VisualStudio.Modeling.Diagrams.ExtensionEnablement Namespace