Table of Contents

Class AsyncActionWindow

Namespace
Acuit.Pinpoint.Workstation.Windows
Assembly
Acuit.Pinpoint.Workstation.Abstractions.dll
public abstract class AsyncActionWindow : Window, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild
Inheritance
AsyncActionWindow
Implements
Inherited Members

Constructors

AsyncActionWindow()

protected AsyncActionWindow()

Properties

Message

Gets or sets the message to display in the window. The default value is a localized string for "Please wait...".

public abstract string Message { get; set; }

Property Value

string

ShowCancelButton

public abstract bool ShowCancelButton { get; set; }

Property Value

bool

UseTouchStyling

Gets or sets whether to use touch-friendly styling, which includes larger buttons and spacing. This defaults to true. It should normally only be set to false for operations initiated by a user sitting at the computer, such as when configuring the station.

public abstract bool UseTouchStyling { get; set; }

Property Value

bool