亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

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

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

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

项城市| 图们市| 铜梁县| 二连浩特市| 济阳县| 仙桃市| 灵石县| 台东市| 阜新市| 昌都县| 开封县| 佛教| 卓尼县| 和平县| 绥芬河市| 华阴市| 嘉定区| 榕江县| 安庆市| 潞城市| 高清| 邻水| 松桃| 鄂伦春自治旗| 麦盖提县| 廊坊市| 绥化市| 武夷山市| 定南县| 舟山市| 赣榆县| 桐乡市| 昔阳县| 桃园县| 九寨沟县| 岑巩县| 南江县| 沂水县| 陈巴尔虎旗| 巧家县| 乌海市|