• Api Documentation
  • Source Code
Search Results for

    Show / Hide Table of Contents
    • SharpDialogs
      • SharpDialogFilter
      • SharpDialogHelpers
      • SharpFileOpenDialog
      • SharpFileSaveDialog
      • SharpFolderBrowserDialog
      • SharpInputBox
      • SharpProgressDialog
    • SharpDialogs.Wpf
      • SharpFileOpenDialogWpf
      • SharpFileSaveDialogWpf
      • SharpFolderBrowserDialogWpf
      • SharpProgressDialogWpf
    • SharpWpfAboutBox
      • SharpAboutBox
      • SharpAppProperties

    Class SharpProgressDialogWpf

    A progress dialog for WPF.

    Inheritance
    object
    SharpProgressDialog
    SharpProgressDialogWpf
    Implements
    IDisposable
    Inherited Members
    SharpProgressDialog.Dispose()
    SharpProgressDialog.HasUserCancelled()
    SharpProgressDialog.SetProgress(ulong, ulong)
    SharpProgressDialog.SetLine1(string, bool)
    SharpProgressDialog.SetLine2(string, bool)
    SharpProgressDialog.ResetTimer()
    SharpProgressDialog.PauseTimer()
    SharpProgressDialog.ResumeTimer()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: SharpDialogs.Wpf
    Assembly: SharpDialogs.Wpf.dll
    Syntax
    public class SharpProgressDialogWpf : SharpProgressDialog, IDisposable

    Constructors

    | Edit this page View Source

    SharpProgressDialogWpf(Window?, string?, string?, bool, bool)

    Creates a progress dialog.

    Declaration
    public SharpProgressDialogWpf(Window? owner, string? title, string? cancelMessage = null, bool allowCancel = true, bool showTime = true)
    Parameters
    Type Name Description
    Window owner

    The owner window.

    string title

    The title of the dialog.

    string cancelMessage

    The cancel message of the dialog.

    bool allowCancel

    Shows a cancel button.

    bool showTime

    Shows the progress time.

    Implements

    IDisposable
    • Edit this page
    • View Source
    In this article
    Back to top Copyright Jérémy Ansel (c) 2025