Search Results for

    Show / Hide Table of Contents

    Interface IProgressWindow

    Interface for wait dialog control

    Namespace: Simplic.Studio.UI
    Assembly: Simplic.Studio.UI.dll
    Syntax
    public interface IProgressWindow

    Properties

    | Improve this Doc View Source

    Cancel

    Gets the cancel flag

    Declaration
    bool Cancel { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsCompleted

    Gets or sets the completet flag

    Declaration
    bool IsCompleted { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsFailed

    Gets or sets the failed flag

    Declaration
    bool IsFailed { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsIndeterminate

    Gets or sets the type of the progressbar

    Declaration
    bool IsIndeterminate { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    ProgressMax

    Gets or sets the maximum value of the progressbar

    Declaration
    int ProgressMax { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    ProgressMin

    Gets or sets the minimum value of the progressbar

    Declaration
    int ProgressMin { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    ProgressValue

    Gets or sets the current value of the progressbar

    Declaration
    int ProgressValue { get; set; }
    Property Value
    Type Description
    System.Int32
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx