Accusoft ThumbnailXpress 6
Paint Event
A long value which represents a handle.
A long value which represents the left side of the area to paint.
A long value which represents the top side of the area to paint.
A long value which represents the width of the area to paint.
A long value which represents the height of the area to paint.
Description
Called when the thumbnail item is painted.
Syntax
Visual Basic
Public Event Paint( _
   ByVal hDC As Long, _
   ByVal left As Long, _
   ByVal top As Long, _
   ByVal width As Long, _
   ByVal height As Long _
)
Parameters
hDC
A long value which represents a handle.
left
A long value which represents the left side of the area to paint.
top
A long value which represents the top side of the area to paint.
width
A long value which represents the width of the area to paint.
height
A long value which represents the height of the area to paint.
Remarks
Note: You must call the EnableEvent method to enable this event.
See Also

ThumbnailXpress Object  | ThumbnailXpress Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback