Class ToolStripTextBoxFilter
Inheritance
ToolStripTextBoxFilter
Inherited Members
Namespace: Reportman.Drawing.Forms
Assembly: Reportman.Drawing.Forms.dll
Syntax
public class ToolStripTextBoxFilter : ToolStripControlHost, IBindableComponent, IDropTarget, IComponent, IDisposable
Constructors
ToolStripTextBoxFilter()
Declaration
public ToolStripTextBoxFilter()
Properties
LabelText
Declaration
public string LabelText { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TextBoxText
Declaration
public string TextBoxText { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TextBoxWidth
Declaration
public int TextBoxWidth { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
TextChangeDelay
Declaration
public int TextChangeDelay { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Methods
FocusFilter()
Declaration
public void FocusFilter()
GetLabel()
Declaration
public Label GetLabel()
Returns
| Type | Description |
|---|---|
| Label |
GetTextBox()
Declaration
public TextBox GetTextBox()
Returns
| Type | Description |
|---|---|
| TextBox |
Events
DelayedTextChanged
Declaration
public event EventHandler DelayedTextChanged
Event Type
| Type | Description |
|---|---|
| EventHandler |