←Select platform

HasProgress Property

Summary

Determines if the command object has a progress event handler set.

Syntax

C#
VB
Java
C++
public bool HasProgress { get; } 
Public ReadOnly Property HasProgress As Boolean 
public final boolean 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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly