MaxPrevSearches Property
Windows - Visual C++
Description
The MaxPrevSearches property
returns or sets the maximum number of items in the searches combo box.
Syntax
long number = GetMaxPrevSearches();
void SetMaxPrevSearches(long number);
The MaxPrevSearches syntax has these parts:
Part |
Description |
|
number |
A long integer containing the maximum number of items in the searches combo box. |
See Also: ClearSearchEditBox GetSearch NumPrevSearches SetSearchEditBox
Back to: Toolbar Properties