DesignerActionUIService.ShouldAutoShow(IComponent) Methode

Definition

Gibt an, ob der Smarttagbereich automatisch angezeigt werden soll.

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

Parameter

component
IComponent

Die IComponent, die automatisch angezeigt werden soll.

Gibt zurück

true, um den Smarttagbereich automatisch anzuzeigen, andernfalls false.

Gilt für:

Weitere Informationen