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


Description
The GetSearch method gets the search identified by index from the searches combo box.

Syntax
CString searchStr = GetSearch(long index);

The GetSearch syntax has these parts:

Part

Description

index

A long integer containing the index of the search in the searches combo box. Valid values range from 1 to the number returned by the NumPrevSearches property.

searchStr

 A String containing the specified search.

See Also: AddSearch ClearSearchEditBox NumPrevSearches SetSearchEditBox

Back to: Toolbar Methods