DesignerActionUIService.ShowUI(IComponent) Method

Definition

Displays the smart tag panel for a component.

public:
 void ShowUI(System::ComponentModel::IComponent ^ component);
public void ShowUI (System.ComponentModel.IComponent component);
member this.ShowUI : System.ComponentModel.IComponent -> unit
Public Sub ShowUI (component As IComponent)

Parameters

component
IComponent

The component whose smart tag panel should be displayed.

Remarks

If the smart tag panel is currently hidden, the ShowUI method will display the panel. This method raises the DesignerActionUIStateChange event, stipulating Show as the event type.

Note

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.

Applies to

See also