System.Windows.Forms.HexBox.OnGotFocus C# (CSharp) Méthode

OnGotFocus() protected méthode

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

            CreateCaret();
        }