SpecialEffectsProgress Delegate

Summary
Lets you update a status bar or interrupt the calling function's operation.
Syntax
C#
VB
C++
  
Public Delegate Function SpecialEffectsProgress( _ 
   ByVal percent As Integer _ 
) As Boolean 
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

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.SpecialEffects Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.