Version

ShowMaskOnFocus Property

Gets sets option to show all mask characters while control has focus.
Syntax
'Declaration
 
Public Property ShowMaskOnFocus As Boolean
public bool ShowMaskOnFocus {get; set;}
Remarks

Default value is set to true.

If that property is set to false, then text displayed in focus state is cut off by the last filled character and part of mask on right side is hidden.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also