Element.Draw



Draw(hdc As OLE_HANDLE)

Parameters

hdc As OLE_HANDLE
The hDC property is a handle (a number) that the Windows operating system uses for internal reference to an object. You can paint in theinternal area of any control that has an hDC property.
ED
not used
RT
avaliable

Remarks

With this method a dynamic element or a picture can be refreshed. The handle defined as a parameter is important for the drawing operation.

See Also

Element