HypernovaDesktop Components · docs
Binarymission
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

AssemblyBinarymission.WinForms.Controls.SearchTextBox.dll
Root namespaceBinarymission.WinForms.Controls.InputControls
Target frameworks.NET Framework 4.8, .NET 6 / 8 / 10
Depends onBinaryExtendedText

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 SearchTextBoxA custom text box control that provides text hosting and also three embedded objects inside the control for commanding/custom action.
class SearchTextBoxDropListInvokedEventArgsA custom event arguments class providing information for the event SearchDropListOpenRequested when the drop-list chevron is invoked.
class SearchTextBoxRequestEventArgsA custom event arguments class providing information for the event TextSearchRequested when the user types in a search text and invokes the search button.