コード例 #1
0
        protected override void OnEnter(EventArgs e)
        {
            base.OnEnter(e);

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

            this.Select(this.Text.Length, 0);
        }
コード例 #2
0
        protected override void OnEnter(EventArgs e)
        {
            base.OnEnter(e);

            Cores.In(this, this.Properties.ReadOnly);
        }
コード例 #3
0
        protected override void OnEnter(EventArgs e)
        {
            base.OnEnter(e);

            Cores.In(this, false);
        }