The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Application::RaiseIdle Method (EventArgs^)
.NET Framework (current version)
Raises the Idle event in hosted scenarios.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
This method is used when hosting Windows Forms in another environment, such as an unmanaged application. You should call RaiseIdle when the hosting application enters an idle state. This enables some Windows Forms controls and components to do important background work while the user is not interacting with the application.
.NET Framework
Available since 2.0
Available since 2.0
Show: