Add basic xmldoc

This commit is contained in:
Dean Herbert
2019-10-22 15:04:10 +09:00
parent f7924d3bad
commit 5d0d83b6bf

View File

@ -3,6 +3,9 @@
namespace osu.Game.Graphics.UserInterface
{
/// <summary>
/// A <see cref="SearchTextBox"/> which does not handle left/right arrow keys for seeking.
/// </summary>
public class SeekLimitedSearchTextBox : SearchTextBox
{
public override bool HandleLeftRightArrows => false;