中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

ComponentOne C1Editor 中高亮查找文字

發布時間:2020-04-09 06:00:26 來源:網絡 閱讀:375 作者:C1SupportTeam 欄目:編程語言

 ComponentOne C1Editor 是類似于 MS Word 和 MS FrontPage 文字編輯控件。用戶可以使用 C1Editor 接口去搜索文字。所以,通常用戶想實現搜索結果

高亮的效果。這篇文章將通過代碼介紹怎么使用 C1Editor 搜索并且高亮搜索結果。

參考代碼:

            
            int length = this.c1Editor1.Text.Length;
            string searchString = this.textBox1.Text;
            int searchStringLen = searchString.Length;
            int result = 0;
            if (searchStringLen > 0)
            {
                for (int i = 0; i <= length; i++ )
                {
                    c1Editor1.SelectionStart = c1Editor1.SelectionStart + searchStringLen;
                    if ((i + searchStringLen) <= length)
                    {
                        //compare the text searched with the substring of the C1Editor
                        if (c1Editor1.Text.Substring(i, searchStringLen).ToLower() == searchString.ToLower())
                        {
                            c1Editor1.Select(i, searchStringLen);
                            //set the backcolor of each occurrence of the word in C1Editor
                            c1Editor1.Selection.ApplyStyle("background-color", "Red");
                            result = result + 1;
                        }
                    }
                }
            }

截圖展示:

ComponentOne C1Editor 中高亮查找文字cdn.grapecity.com/p_w_upload.aspx?p_w_uploadid=2344">

Demo 下載

 很高興能和大家分享 ComponentOne 的使用方法、討論 ComponentOne 使用過程中遇到的問題。

葡萄城控件產品網站:http://www.gcpowertools.com.cn/ 
葡萄城技術支持論壇:http://gcdn.grapecity.com/

 

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

肥乡县| 化州市| 英德市| 祥云县| 高碑店市| 垦利县| 芮城县| 鸡东县| 兴山县| 广德县| 通道| 古蔺县| 衡南县| 法库县| 平远县| 昌黎县| 三门峡市| 磐安县| 罗平县| 万荣县| 宁阳县| 托里县| 沛县| 赣州市| 曲阜市| 吐鲁番市| 伊金霍洛旗| 梨树县| 嘉定区| 碌曲县| 区。| 乐东| 阿拉尔市| 双柏县| 巴东县| 鹤壁市| 灵武市| 漳平市| 阿拉善右旗| 兰溪市| 平安县|