Click here for NewsObjects Overview
GetWindowCount Method (Alert Control)
Windows - Visual C++


Description
The GetWindowCount method returns the number of open Alert Banners.

Syntax
long count = GetWindowCount();

The GetWindowCount syntax has these parts:

Part

Description

result

A long integer containing the count.

Remarks
When the NoFloat property is TRUE, the count is always 1.

See Also: AboutBox CloseAlertBox GetMaxWindowId IsValidWinId OpenAlertBox

Back to: Alert Methods