ISearchable public interface ISearchable Provides the "search" functionality in the preview and designer. Documentation void DrawSearchHighlight(FRPaintEventArgs e, CharacterRange range) Draws the highlight to show the text found. CharacterRange[] SearchText(string text, bool matchCase, bool wholeWord) Finds the specified text inside the object.