Description
Draw a graphic handle.
-
Return Type
-
A Boolean value.
-
Syntax
-
object.DrawHandle (hDC, Handle)
The DrawHandle Method syntax has these parts: |
| object | An expression evaluating to an object of type McGraphObjServer. | | hDC | Required. A Long value. The DC handle to draw to.
| | Handle | Required. 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.
|