Class ToolStripTextBoxFilter
A ToolStrip-hosted label-and-textbox filter control that raises a debounced
DelayedTextChanged event after the user stops typing for a configurable delay.
Inheritance
ToolStripTextBoxFilter
Assembly: Reportman.Drawing.Forms.dll
Syntax
public class ToolStripTextBoxFilter : ToolStripControlHost, IBindableComponent, IDropTarget, IComponent, IDisposable
Constructors
View Source
ToolStripTextBoxFilter()
Declaration
public ToolStripTextBoxFilter()
Properties
View Source
LabelText
Declaration
public string LabelText { get; set; }
Property Value
View Source
TextBoxText
Declaration
public string TextBoxText { get; set; }
Property Value
View Source
TextBoxWidth
Declaration
public int TextBoxWidth { get; set; }
Property Value
View Source
TextChangeDelay
Declaration
public int TextChangeDelay { get; set; }
Property Value
Methods
View Source
FocusFilter()
Declaration
public void FocusFilter()
View Source
GetLabel()
Declaration
Returns
View Source
GetTextBox()
Declaration
public TextBox GetTextBox()
Returns
Events
View Source
DelayedTextChanged
Declaration
public event EventHandler DelayedTextChanged
Event Type
Implements