91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

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

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

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

凌海市| 石门县| 翁源县| 绥江县| 灵山县| 广宗县| 临泽县| 萍乡市| 德阳市| 崇明县| 耒阳市| 焉耆| 项城市| 张掖市| 应城市| 姚安县| 新竹县| 泊头市| 隆尧县| 乐亭县| 太原市| 乐东| 类乌齐县| 奉贤区| 四平市| 河西区| 霍城县| 邵东县| 青田县| 祁连县| 莱西市| 兴城市| 东乡族自治县| 莲花县| 哈密市| 定远县| 天水市| 治多县| 白城市| 沐川县| 肃南|