Windows apps
Collapse the table of content
Expand the table of content
Information
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.

DesignerActionUIService::HideUI Method (IComponent^)

 

Hides the smart tag panel for a component.

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

public:
void HideUI(
	IComponent^ component
)

Parameters

component
Type: System.ComponentModel::IComponent^

The component whose smart tag panel should be hidden.

If the smart tag panel is currently being displayed, the HideUI method will hide it. This method raises the DesignerActionUIStateChange event, stipulating Hide as the event type.

System_CAPS_noteNote

The HideUI and ShowUI methods are implemented only to raise their corresponding events. The actual functionality is found in the handlers for these events, which are part of the design-time environment.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft