LEADTOOLS Special Effects (Leadtools.SpecialEffects assembly)
LEAD Technologies, Inc

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
public delegate bool SpecialEffectsProgress( 
   int percent
)
'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
)
SpecialEffectsProgress( 
   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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SpecialEffectsProgress Members
Leadtools.SpecialEffects Namespace

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.