System.Windows.Forms.HexBox.OnLostFocus C# (CSharp) 메소드

OnLostFocus() 보호된 메소드

Raises the LostFocus event.
protected OnLostFocus ( EventArgs e ) : void
e EventArgs An EventArgs that contains the event data.
리턴 void
        protected override void OnLostFocus(EventArgs e)
        {
            base.OnLostFocus (e);

            DestroyCaret();
        }