LEADTOOLS (Leadtools assembly)

HasProgress Property

Show in webframe







Determines if the command object has a progress event handler set.
Syntax
public bool HasProgress {get;}
'Declaration
 
Public ReadOnly Property HasProgress As Boolean
'Usage
 
Dim instance As RasterCommand
Dim value As Boolean
 
value = instance.HasProgress
public bool HasProgress {get;}
@property (nonatomic, assign, readonly) BOOL hasProgress;
public final boolean hasProgress()
 get_HasProgress(); 
public:
property bool HasProgress {
   bool get();
}

Property Value

true if the command object has a progress event handler set; false, otherwise.
Example
For an example, refer to RasterCommand.
Requirements

Target Platforms

See Also

Reference

RasterCommand Class
RasterCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

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