TitleBar Property (Alert Control)
Windows - Visual C++
Description
The TitleBar property indicates
returns or sets a flag indicating whether the specified Alert Banner
has a title bar.
Syntax
BOOL value = GetTitleBar(long winId);
void SetTitleBar(long winId, BOOL value);
The TitleBar syntax has these parts:
Part |
Description |
|
winID |
A long integer specifying a valid Alert Banner. |
|
value |
A Boolean containing TRUE, if the Alert Banner title bar is to be shown, or FALSE, otherwise. |
Remarks
The default value is TRUE,
indicating a title bar is displayed. This property applies only to
Alert Banners, i.e. those created by the OpenAlertBox method.
See Also: IsValidWinId
Back to: Alert Properties