Click here for NewsObjects Overview
NotifyContainer Property (Alert Control)
Windows - Visual C++


Description
The NotifyContainer property, when set to TRUE, causes the Alert event to be fired upon receipt of an alert for the specified profile.

Syntax
BOOL value = GetNotifyContainer(LPCTSTR profileCode);
void SetNotifyContainer(LPCTSTR profileCode, BOOL value); 

The NotifyContainer syntax has these parts:
 

 Part

Description

profileCode

A string specifying a valid profile code. 

value

A Boolean that contains TRUE if the Alert event should be fired and FALSE if not.

Remarks
The default value is FALSE. Each Alert Banner, by default, fires only the UserClick event.

See Also: IsValidWinId GetProfileCode

Back to: Alert Properties