Click here for NewsObjects Overview
SaveBannerInfo Method (Alert Control)
Windows - Visual C++


Description
The SaveBannerInfo method saves the Alert Control's banner information to the specified file.

Syntax
long value = [object.]SaveBannerInfo(fileName)

The SaveBannerInfo syntax has these parts:

Part

Description

fileName

A String containing the path name of the file to write to.

Remarks
The persistent banner information includes the position, size, title bar state, and list of profile codes monitored for each open Alert Banner.

See Also: LoadBannerInfo

Back to: Alert Methods