Table of Contents

Property Secret

Namespace
Terminal.Gui.Views
Assembly
Terminal.Gui.dll

Secret

Gets or sets whether the text entered is treated as secret (e.g., for passwords). The displayed text is masked (e.g., with asterisks) when this is set to true.

public bool Secret { get; set; }

Property Value

bool