Detected 1 occurrence(s) of ‘default (pass|passwd|password|secret)’: h = value; Invalidate(); } } #region Attributes [DefaultValue(false)] [RefreshProperties(RefreshProperties.Repaint)] [Description("Gets or sets a value indicating whether the text in the SpaceTextBox control should appear as the default password character.")] #endregion public bool UseSystemPasswordChar { get { return Base != null ? Base.UseSystemPasswordChar : false; } set { if […]
↧