System.Windows.Forms.HexBox.OnGotFocus C# (CSharp) Method

OnGotFocus() protected method

Raises the GotFocus event.
protected OnGotFocus ( EventArgs e ) : void
e EventArgs An EventArgs that contains the event data.
return void
        protected override void OnGotFocus(EventArgs e)
        {
            base.OnGotFocus (e);

            CreateCaret();
        }