Accusoft ThumbnailXpress 5
Paint Event
See Also  Send Feedback
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.
AccusoftThumbnailXpress5 ActiveX DLL > ThumbnailXpress Object : Paint Event

Glossary Item Box

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

©2013. Accusoft Corporation. All Rights Reserved.