Class ProfileEditDialog
A Terminal.Gui dialog for editing the user's profile (display name, bio, nickname color).
public sealed class ProfileEditDialog
- Inheritance
-
ProfileEditDialog
- Inherited Members
Constructors
ProfileEditDialog()
public ProfileEditDialog()
Methods
Show(IApplication, string?, string?, string?)
Shows the profile edit dialog and returns the result, or null if cancelled.
public static ProfileEditResult? Show(IApplication app, string? currentDisplayName, string? currentBio, string? currentColor)