Diagram.GestureExtensionController Property
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.
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.
public:
property Microsoft::VisualStudio::Modeling::Diagrams::ExtensionEnablement::IGestureExtensionController ^ GestureExtensionController { Microsoft::VisualStudio::Modeling::Diagrams::ExtensionEnablement::IGestureExtensionController ^ get(); };
public Microsoft.VisualStudio.Modeling.Diagrams.ExtensionEnablement.IGestureExtensionController GestureExtensionController { get; }
member this.GestureExtensionController : Microsoft.VisualStudio.Modeling.Diagrams.ExtensionEnablement.IGestureExtensionController
Public ReadOnly Property GestureExtensionController As IGestureExtensionController
Property Value
Remarks
There is an overridable Factory method to for Dsl authors to Create a custom GestureExtensionController. A default GestureExtensionController is not provided.