ToolboxService::Refresh Method ()
.NET Framework (current version)
Refreshes the state of the toolbox items.
Assembly: System.Drawing.Design (in System.Drawing.Design.dll)
The Refresh method is called by the toolbox service when a user has requested that the collection of items should be refreshed. If the collection is always current, there is no need to provide any implementation here. If the collection returned from GetItemContainers represents a snapshot of the toolbox items, however, this method provides an opportunity to update them.
.NET Framework
Available since 2.0
Available since 2.0
Show: