hMailServer.Administrator.Controls.ucPassword.OnEnter C# (CSharp) Method

OnEnter() protected method

protected OnEnter ( EventArgs e ) : void
e System.EventArgs
return void
        protected override void OnEnter(EventArgs e)
        {
            _dirty = true;

             this.Text = "";
             this.PasswordChar = passwordChar;
        }