Diagram::GestureExtensionController Property
Visual Studio 2015
Property holds the GestureExtenstionController. This object is invoked on the various Diagram events that can be handled by GestureExtensions. This object passes on control to various GestureExtensions to hande the events. The first time this property is called, a GestureExtensionController is created and added to the Store's CompositionContainer If the CompositionContainer is null, or if the created GestureExtensionController is null, this property will return null.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
public: property IGestureExtensionController^ GestureExtensionController { IGestureExtensionController^ get(); }
There is an overridable Factory method to for Dsl authors to Create a custom GestureExtensionController. A default GestureExtensionController is not provided.
Show: