NoFloat Property (Alert Control)
Windows - Visual C++
Description
The NoFloat property specifies
whether an Alert Banner is embedded in the Alert Control's area
Syntax
BOOL value = GetNoFloat();
void SetNoFloat(BOOL value);
The NoFloat syntax has these parts:
Part |
Description |
|
value |
A boolean specifying the new flag value. |
Remarks
The default value is TRUE,
indicating an Alert Banner is embedded. When an Alert window is
embedded, Alert dialog boxes cannot be created.
This property cannot be changed while the Run property is TRUE.
See Also: OpenAlertBox
Back to: Alert Properties