NodeShapeGeometry.IsGrabHandleSupported Method

Returns true if the grab handle is supported.

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

Syntax

'Declaration
Protected Shared Function IsGrabHandleSupported ( _
    geometryHost As IGeometryHost, _
    grabHandle As GrabHandle _
) As Boolean
protected static bool IsGrabHandleSupported(
    IGeometryHost geometryHost,
    GrabHandle grabHandle
)
protected:
static bool IsGrabHandleSupported(
    IGeometryHost^ geometryHost, 
    GrabHandle^ grabHandle
)
static member IsGrabHandleSupported : 
        geometryHost:IGeometryHost * 
        grabHandle:GrabHandle -> bool
protected static function IsGrabHandleSupported(
    geometryHost : IGeometryHost, 
    grabHandle : GrabHandle
) : boolean

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

NodeShapeGeometry Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace