AlertBannerTitle Property (Alert Control)
   Windows - Visual C++
   Description
   The AlertBannerTitle property 
   indicates returns or sets the title of the specified Alert Banner.
   Syntax
   CString value = 
   GetAlertBannerTitle(long winId);
   void 
   SetAlertBannerTitle(long winId, LPCTSTR value);
   
The AlertBannerTitle syntax has these parts:
| Part | Description | |
| winID | A long integer specifying a valid Alert Banner. | |
| value | A string containing the displayed title. | |
   Remarks
   The default value is NewsEdge Alert.
See Also: IsValidWinId
Back to: Alert Properties