Esempio n. 1
0
        /// <summary>
        /// 当前过滤字符串
        /// </summary>
        /// <param name="inputChar">当前输入字符串</param>
        /// <param name="inputType">模糊查询方式</param>
        public void SetInputChar(object sender, string inputChar, Neusoft.HISFC.Models.Base.InputTypes inputType)
        {
            if (!this.Visible)
            {
                this.Show();
            }

            this.Show();

            this.BringToFront();

            this.SetFilter(inputChar);
        }
        public void SetInputChar(object sender, string inputChar, Neusoft.HISFC.Models.Base.InputTypes inputType)
        {
            if (!this.Visible)
            {
                this.Show();
            }

            this.Show();

            this.fpSpread1_SelectionChanged(this, null);

            this.BringToFront();

            this.SetFilter(inputChar);
        }