Click here for NewsObjects Overview
AddSearch Method (Toolbar Control)
Windows - Visual C++


Description
The AddSearch method adds a search string to the previous searches list in the searches combo box.

Syntax
BOOL result = AddSearch(LPCTSTR lpSearch);

The AddSearch syntax has these parts:

Part

Description

searchString

A String containing the search to be added to the previous searches list.

result

A Boolean containing TRUE if the method succeeds and FALSE if not.

See Also: ClearSearchEditBox SetSearchEditBox

Back to: Toolbar Methods