SearchTextBox .NET
Supports setting up custom images for the embedded command objects
Supports Mouse hovering and other "visual cues" effects
Highly customizable UI
Overview
SearchTextBox .NET is a custom WinForms .NET control that works just like a standard .NET Text box control, and in addition provides several more capabilities out-of-the-box., viz.:
SearchTextBox .NET Control Features
1. Embedded command UI objects
The control contains three visual UI widgets embedded inside it, each widget acting as a command source for specific custom action, viz., Search Text, Clear Text and Browse for more custom actions.
These UI objects have default image pre-built and rendered for them, but you can set up your own image for each of these widgets by setting the appropriate Image property in the control.
2. Watermark text capability
The control is capable of rendering watermark / cue banner text.
It also exposes advanced properties such as:
3. Custom events
The control raises a specific event for each of the UI widget when they are invoked by the user, which can be subscribed to and handled in the application code as need be.
For example, the drop-list requesting widget raises an event when the user clicks on it, and provides the location information of the action invocation so that the application code can attach a custom UI widget, say a context menu or a Tool-strip drop-down control, so as provide the users more custom actions to invoke.
4. Easy User-interface customization
The controls exposes several properties to customize its user-interface, including properties for setting up:
5. Advanced text control features
Apart from the above described core features, the control also provides all of the advanced capabilities that our ExtendedTextBox .NET control provides, including being able to set border color, blinking features, etc.