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


Description
The SetSearchEditBox method sets the text in the edit box portion of the searches combo box.

Syntax
BOOL result = SetSearchEditBox(LPCTSTR lpSearch);

The SetSearchEditBox syntax has these parts:

Part

Description

searchString

A String containing the text to be placed in the edit box.

result

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

See Also: ClearSearchEditBox 

Back to: Toolbar Methods