HttpBrowserCapabilitiesWrapper.RendersWmlDoAcceptsInline 属性

定义

获取一个值,该值指示移动设备浏览器是否呈现 WML do 窗体接受构造作为内联按钮(而不是作为软键)。

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

属性值

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

适用于