Class ProgressBar
Inheritance
System.Object
    ProgressBar
  Inherited Members
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: PiXYZ.Editor
Assembly: cs.temp.dll.dll
Syntax
public class ProgressBar
  Constructors
ProgressBar(Boolean)
Declaration
public ProgressBar(bool cancelable)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Boolean | cancelable | 
Fields
canceled
Declaration
public VoidHandler canceled
  Field Value
| Type | Description | 
|---|---|
| VoidHandler | 
Methods
setProgress(Single, String)
Declaration
public void setProgress(float progress, string message)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Single | progress | |
| System.String | message |