DeviceOverridableAttribute.Overridable Propriedade

Definição

Indica se a renderização de um controle móvel pode ser substituída pelo dispositivo.Indicates whether the rendering of a mobile control can be overridden by the device. Esta API está obsoleta.This API is obsolete. Para saber mais sobre como desenvolver aplicativos móveis ASP.NET, veja Mobile Apps & Sites with ASP.NET (Aplicativos móveis e sites com ASP.NET).For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

public:
 property bool Overridable { bool get(); };
public bool Overridable { get; }
member this.Overridable : bool
Public ReadOnly Property Overridable As Boolean

Valor da propriedade

Boolean

true se a renderização puder ser substituída; caso contrário, false .true if rendering can be overridden; otherwise, false.

Aplica-se a