Accusoft ThumbnailXpress 5
EnableEvent Method
See Also  Send Feedback
eEvent
A TN_Event enumeration value to enable.
bEnabled
A boolean value which is True to enable the given event. Otherwise, False to disable the given event.
AccusoftThumbnailXpress5 ActiveX DLL > ThumbnailXpress Object : EnableEvent Method

Glossary Item Box

Description

Enables or disables the raising of individual thumbnail custom events.

Syntax

Visual Basic
Public Sub EnableEvent( _
   ByVal eEvent As TN_Event, _
   ByVal bEnabled As Boolean _
) 

Parameters

eEvent
ValueDescription
TN_Error3 - The ThumbnailXpress Error Event
TN_ItemComplete2 - The ThumbnailItem ItemComplete Event.
TN_LoadFromMemoryEvent4 - The LoadFromMemory Event.
TN_Paint1 - The ThumbnailXpress Paint Event.
TN_SelectedIndexChange0 - The SelectedIndexChanged Event.
A TN_Event enumeration value to enable.
bEnabled
A boolean value which is True to enable the given event. Otherwise, False to disable the given event.

See Also

©2013. Accusoft Corporation. All Rights Reserved.