Click here for NewsObjects Overview
InitialSearchWord Property (Utility Control)
Windows – Visual C++


Description
The InitialSearchWord property sets or returns the initial search string displayed in ShowSearchWord2 dialog.

Syntax
void SetInitialSearchWord(Cstring text);

Cstring Text = GetInitialSearchWord();

The InitialSearchWord syntax has these parts:

Part

Description

text

A String containing the text to be initially displayed in the ShowSearchWord2 dialog

 See also: ShowSearchWord2

Back to: Utility Properties