UpdatePanelDesigner.UsePreviewControl Propriedade

Definição

Obtém um valor que indica se o designer deve usar uma cópia temporária do controle UpdatePanel para gerar a marcação de tempo de design em vez de usar o controle real associado ao designer.Gets a value that indicates whether the designer should use a temporary copy of the UpdatePanel control to generate the design-time markup, instead of using the actual control that is associated with the designer.

protected:
 virtual property bool UsePreviewControl { bool get(); };
protected override bool UsePreviewControl { get; }
member this.UsePreviewControl : bool
Protected Overrides ReadOnly Property UsePreviewControl As Boolean

Valor da propriedade

Boolean

Sempre true.Always true.

Aplica-se a