Error processing SSI file
LEADTOOLS Special Effects (Leadtools.SpecialEffects assembly)

Show in webframe

SpecialEffectsProgress Delegate




An integer from 0 to 100 that indicates the percent completion of the method that uses the delegate.
Lets you update a status bar or interrupt the calling function's operation.
Syntax
'Declaration
 
Public Delegate Function SpecialEffectsProgress( _
   ByVal percent As Integer _
) As Boolean
'Usage
 
Dim instance As New SpecialEffectsProgress(AddressOf HandlerMethod)
public delegate bool SpecialEffectsProgress( 
   int percent
)
public delegate bool SpecialEffectsProgress( 
   int percent
)

Parameters

percent
An integer from 0 to 100 that indicates the percent completion of the method that uses the delegate.

Return Value

true to continue; false to interrupt.
Requirements

Target Platforms

See Also

Reference

SpecialEffectsProgress Members
Leadtools.SpecialEffects Namespace

Error processing SSI file