ISearchBoxInfo interface
Exposes methods that allow the caller to retrieve information entered into a search box.
Members
The ISearchBoxInfo interface inherits from the IUnknown interface. ISearchBoxInfo also has these types of members:
Methods
The ISearchBoxInfo interface has these methods.
| Method | Description |
|---|---|
| GetCondition |
Retrieves the contents of the search box as an ICondition object. |
| GetText |
Retrieves the contents of the search box as plain text. |
Remarks
The search box is shown here in an Windows Explorer window frame.

The frame that contains the search box might also be hosted in another window or in the common file dialog box.
To access the search dialog, use QueryService using SID_SSearchBoxInfo on a site pointer within the Windows Explorer window.
When to Implement
An implementation of this interface is provided with Windows. Third parties do not need to implement their own version.
Requirements
|
Minimum supported client |
Windows 7 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 R2 [desktop apps only] |
|
Header |
|
|
DLL |
|