DesignerActionUIService.ShouldAutoShow(IComponent) Método

Definição

Indica se deve mostrar automaticamente o painel de etiquetas inteligentes.

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

Parâmetros

component
IComponent

O IComponent to mostra automaticamente.

Devoluções

true para mostrar automaticamente o painel de etiquetas inteligentes; caso contrário, false.

Aplica-se a

Ver também