Component.DesignMode Propriété
Définition
protected:
property bool DesignMode { bool get(); };
[System.ComponentModel.Browsable(false)]
protected bool DesignMode { get; }
member this.DesignMode : bool
Protected ReadOnly Property DesignMode As Boolean
Valeur de propriété
true
si Component est en mode Design ; sinon, false
.true
if the Component is in design mode; otherwise, false
.
- Attributs
Remarques
L’indicateur de mode Design est stocké ISitedans le; par conséquent Component , si le n' ISite est pas associé à, la valeur de cette propriété false
est.The design mode indicator is stored in the ISite; therefore, if the Component does not have an ISite associated with it, the value of this property is false
.