DesignerActionUIService.HideUI(IComponent) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Hides the smart tag panel for a component.
public:
void HideUI(System::ComponentModel::IComponent ^ component);
public void HideUI (System.ComponentModel.IComponent component);
public void HideUI (System.ComponentModel.IComponent? component);
member this.HideUI : System.ComponentModel.IComponent -> unit
Public Sub HideUI (component As IComponent)
Parameters
- component
- IComponent
The component whose smart tag panel should be hidden.
Remarks
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.
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.