Share via


NodeShapeGeometry.IsGrabHandleSupported(IGeometryHost, GrabHandle) Method

Definition

Returns true if the grab handle is supported.

protected:
 static bool IsGrabHandleSupported(Microsoft::VisualStudio::Modeling::Diagrams::IGeometryHost ^ geometryHost, Microsoft::VisualStudio::Modeling::Diagrams::GrabHandle ^ grabHandle);
protected static bool IsGrabHandleSupported (Microsoft.VisualStudio.Modeling.Diagrams.IGeometryHost geometryHost, Microsoft.VisualStudio.Modeling.Diagrams.GrabHandle grabHandle);
static member IsGrabHandleSupported : Microsoft.VisualStudio.Modeling.Diagrams.IGeometryHost * Microsoft.VisualStudio.Modeling.Diagrams.GrabHandle -> bool
Protected Shared Function IsGrabHandleSupported (geometryHost As IGeometryHost, grabHandle As GrabHandle) As Boolean

Parameters

geometryHost
IGeometryHost
grabHandle
GrabHandle

Returns

Applies to