Component.DesignMode Propriedade
Definição
protected:
property bool DesignMode { bool get(); };
[System.ComponentModel.Browsable(false)]
protected bool DesignMode { get; }
[<System.ComponentModel.Browsable(false)>]
member this.DesignMode : bool
Protected ReadOnly Property DesignMode As Boolean
Valor da propriedade
true se o Component estiver no modo de design; caso contrário, false.true if the Component is in design mode; otherwise, false.
- Atributos
Comentários
O indicador de modo de design é armazenado no ISite ; portanto, se o não Component tiver um ISite associado a ele, o valor dessa propriedade será false .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.