Ejemplo n.º 1
0
        protected override void OnEnter(EventArgs e)
        {
            base.OnEnter(e);

            Cores.In(this, this.Properties.ReadOnly);

            this.Select(this.Text.Length, 0);
        }
Ejemplo n.º 2
0
        protected override void OnEnter(EventArgs e)
        {
            base.OnEnter(e);

            Cores.In(this, this.Properties.ReadOnly);
        }
Ejemplo n.º 3
0
        protected override void OnEnter(EventArgs e)
        {
            base.OnEnter(e);

            Cores.In(this, false);
        }