Condividi tramite


DesignerOptions.ObjectBoundSmartTagAutoShow Proprietà

Definizione

Ottiene o imposta un valore che specifica se una finestra di progettazione visualizza automaticamente il pannello smart tag di un componente durante la creazione.

public:
 virtual property bool ObjectBoundSmartTagAutoShow { bool get(); void set(bool value); };
public virtual bool ObjectBoundSmartTagAutoShow { get; set; }
member this.ObjectBoundSmartTagAutoShow : bool with get, set
Public Overridable Property ObjectBoundSmartTagAutoShow As Boolean

Valore della proprietà

Boolean

true per consentire la visualizzazione automatica del pannello smart tag durante la creazione; in caso contrario, false. Il valore predefinito è true.

Commenti

Il pannello smart tag di un componente viene impostato per l'apertura automatica quando la DesignerActionList.AutoShow proprietà è true.

Si applica a

Vedi anche