Table of Contents

Class StatusDialog

Namespace
EchoHub.Client.UI
Assembly
EchoHub.Client.dll

A Terminal.Gui dialog for setting the user's status and status message.

public sealed class StatusDialog
Inheritance
StatusDialog
Inherited Members

Constructors

StatusDialog()

public StatusDialog()

Methods

Show(IApplication, UserStatus, string?)

Shows the status dialog and returns the result, or null if cancelled.

public static StatusDialogResult? Show(IApplication app, UserStatus currentStatus, string? currentMessage)

Parameters

app IApplication
currentStatus UserStatus
currentMessage string

Returns

StatusDialogResult