DeviceOverridableAttribute.Overridable 属性

定义

指示是否可以由设备重写移动控件的呈现。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

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

属性值

true 如果可以重写呈现,则为否则,为 false.

适用于

另请参阅