Password Property in PropertyGrid

To mask a property of an object in property grid with password like editor, simply add attribute [PasswordPropertyText(true)] on the selected property.

Example:

[PasswordPropertyText(true)]
public string Label { get; set; }

Popular posts from this blog

WinForms Gauge Control

WinForms Controls

C# DSP Simulation - DSP Lab