AlertWordOnly Property (Alert Control)
Windows - Visual C++
Description
The AlertWordOnly property
determines whether the Alert Control provides the full headline text
for each profile-hit notification or just the profile-hit word. When
the Alert Control provides profile-hit word only, it does not have
the necessary information for the Story Control to retrieve the
specific story.
Syntax
BOOL value = GetAlertWordOnly();
void
SetAlertWordOnly(BOOL value);
The AlertWordOnly syntax has these parts:
Part |
Description |
|
value |
A boolean indicating the new state. TRUE indicates profile-hit word only. FALSE indicates full headline text. |
Remarks
The default value is FALSE, meaning
full headline text is available. This property cannot be changed
while the Run
property is TRUE.
If the control is executing while this property is TRUE, the story ID passed with the Alert and UserClick events is not valid.
If multiple Alert Banners exist, this property applies to all.
See Also: ViewID StoryID (Story) ViewID (Headline)
Back to: Alert Properties