HttpBrowserCapabilitiesBase.RendersWmlDoAcceptsInline 属性

定义

在派生类中重写时,获取一个值,该值指示移动设备浏览器是否将 WML do 窗体接受构造呈现为内联按钮而不是软键。

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

属性值

Boolean

如果移动设备浏览器呈现 WML do 窗体接受构造作为内联按钮,则为 true;否则为 false

例外

适用于