IGestureExtensionController Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Controller for gesture extensions can optionally proffer a linked undo context
public interface class IGestureExtensionController : Microsoft::VisualStudio::Modeling::Diagrams::ExtensionEnablement::IGestureExtension
public interface IGestureExtensionController : Microsoft.VisualStudio.Modeling.Diagrams.ExtensionEnablement.IGestureExtension
type IGestureExtensionController = interface
interface IGestureExtension
Public Interface IGestureExtensionController
Implements IGestureExtension
- Derived
- Implements
Properties
LinkedUndoContext |
Allow access to the system's linked undo context (if any) |
Methods
CanDragDrop(ShapeElement, DiagramDragEventArgs) | (Inherited from IGestureExtension) |
OnDoubleClick(ShapeElement, DiagramPointEventArgs) | (Inherited from IGestureExtension) |
OnDragDrop(ShapeElement, DiagramDragEventArgs) | (Inherited from IGestureExtension) |