DesignerActionUIService.ShouldAutoShow(IComponent) Method

Definition

Indicates whether to automatically show the smart tag panel.

public:
 bool ShouldAutoShow(System::ComponentModel::IComponent ^ component);
public bool ShouldAutoShow (System.ComponentModel.IComponent component);
member this.ShouldAutoShow : System.ComponentModel.IComponent -> bool
Public Function ShouldAutoShow (component As IComponent) As Boolean

Parameters

component
IComponent

The IComponent to automatically show.

Returns

true to automatically show the smart tag panel; otherwise, false.

Applies to

See also