Share via


DesignerActionUIService.ShouldAutoShow(IComponent) Metodo

Definizione

Indica se visualizzare automaticamente il pannello smart tag.

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

Parametri

component
IComponent

Oggetto IComponent da visualizzare automaticamente.

Restituisce

true per visualizzare automaticamente il pannello smart tag; in caso contrario, false.

Si applica a

Vedi anche