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


Description
The FeedDlgTitle property returns or sets the dialog title for the dialog displayed by the ShowFeeds methods.

Syntax
CString GetFeedDlgTitle();

void SetFeedDlgTitle(LPCTSTR text);

The FeedDlgTitle syntax has these parts:

Part

Description

text

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

See Also: ShowFeeds

Back to: Utility Properties