DesignerActionUIService::Refresh Method (IComponent^)

 

Updates the smart tag panel.

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

public:
void Refresh(
	IComponent^ component
)

Parameters

component
Type: System.ComponentModel::IComponent^

The IComponent to refresh.

The Refresh method updates the internal DesignerActionGlyph, as well as the smart tag panel.

The following code example demonstrates how to use the Refresh method to update a smart tag panel. This example is part of a larger example available in the DesignerActionService class overview.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: