Click here for NewsObjects Overview
MultiDlgTitle Property (Utility Control)
Windows - Visual C++


Description
The MultiDlgTitle property returns or sets the dialog title for the dialog displayed by the ShowSearchMulti methods.

Syntax
CString text GetMultiDlgTitle();

void SetMultiDlgTitle(LPCTSTR text);

The MultiDlgTitle syntax has these parts:

Part

Description

text

A String containing the title for the dialog displayed by the ShowSearchMulti methods.

See Also: ShowSearchMulti

Back to: Utility Properties