WinForms › Search Text Box
Search Text Box
.NET Framework 4.8.NET 6 / 8 / 10v3.0.0WinForms
A highly customisable search enabling TextBox .NET Control for WinForms
3public types
30public members
1namespaces
Assembly
| Assembly | Binarymission.WinForms.Controls.SearchTextBox.dll |
| Root namespace | Binarymission.WinForms.Controls.InputControls |
| Target frameworks | .NET Framework 4.8, .NET 6 / 8 / 10 |
| Depends on | BinaryExtendedText |
Getting started
using Binarymission.WinForms.Controls.InputControls;
// Designer: build the solution once, then drag SearchTextBox from the Toolbox onto a form.
// In code:
var searchTextBox = new SearchTextBox
{
Dock = DockStyle.Fill,
};
this.Controls.Add(searchTextBox);
API reference
Binarymission.WinForms.Controls.InputControls
class SearchTextBox | A custom text box control that provides text hosting and also three embedded objects inside the control for commanding/custom action. |
class SearchTextBoxDropListInvokedEventArgs | A custom event arguments class providing information for the event SearchDropListOpenRequested when the drop-list chevron is invoked. |
class SearchTextBoxRequestEventArgs | A custom event arguments class providing information for the event TextSearchRequested when the user types in a search text and invokes the search button. |