IToolboxService::Refresh Method ()

 

Refreshes the state of the toolbox items.

Namespace:   System.Drawing.Design
Assembly:  System.Drawing (in System.Drawing.dll)

void Refresh()

The Refresh method is used to indicate to the toolbox service that the user wants to update the cache of toolbox items. If the toolbox service maintains a live list of toolbox item containers, then this method will do nothing. If it maintains a snapshot of toolbox item containers, calling this method should ensure that the snapshot is up to date.

.NET Framework
Available since 1.1
Return to top
Show: