InactivityTime

<< Click to Display Table of Contents >>

 

InactivityTime

Number Defines a maximum waiting time for a mouse or keyboard event before an inactivity period, in minutes. For more information, please check Viewer's OnInactive event. Default value of this property is 5 (five) minutes. Example:

Sub CommandButton3_Click()
  MsgBox "This application will remain inactive for " & _
    Application.InactivityTime & " minute(s)."
End Sub

Was this page useful?