[]
Represents the mode of revealing the typed password in the password protected editor.
public enum PasswordRevelationMode
Public Enum PasswordRevelationMode
| Name | Description |
|---|---|
| None | Never reveal the typed password. |
| ShowEyeButton | Shows an eye button and press it to reveal the typed password. |
| ShowLastTypedChar | Shows the last typed char for a short period and then hidden with password char. |