InactiveTime Property (Alert Control)
Windows - Visual C++
Description
The InactiveTime property specifies
the duration of time after which, if there has been no user activity,
an Alert window reverts back from "Navigation" mode to
"Display Latest" mode.
Syntax
long value = GetInactiveTime();
void
SetInactiveTime(long value);
The InactiveTime syntax has these parts:
Part |
Description |
|
value |
A long integer specifying the new limit, in seconds. |
Back to: Alert Properties