Description

Draw a graphic handle.

Return Type

A Boolean value.  

Syntax

object.DrawHandle (hDC, Handle)

The DrawHandle Method syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McGraphObjServer.
hDCRequired. A Long value.

The DC handle to draw to.

HandleRequired. A Long value.

The handle number. UseDefault : Set to True to use default implementation.

Remarks

This method can be used to redefine how handles should be drawn, or simply rely on the default implementation by setting UseDefault to True.