Skip to content

Commit

Permalink
Added missing XML documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Carsten Franke committed Sep 29, 2023
1 parent d82a3d7 commit a1c9299
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ICSharpCode.AvalonEdit/Search/SearchPanel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,10 @@ namespace ICSharpCode.AvalonEdit.Search
/// </summary>
public class SearchPanel : Control
{
public static readonly int DelayBeforeSearch = 250;
/// <summary>
/// Specifies the time to wait till the entered text is searched for
/// </summary>
public static int DelayBeforeSearch { get; set; } = 250;

TextArea textArea;
SearchInputHandler handler;
Expand Down

0 comments on commit a1c9299

Please sign in to comment.