MobileCapabilities.SupportsImageSubmit 属性

定义

获取一个值,该值指示浏览器是否支持使用自定义图像替换标准形式的“提交”按钮。Gets a value indicating whether the browser supports using a custom image in place of a standard form Submit button.

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

属性值

Boolean

如果浏览器支持使用自定义图像替换标准形式的“提交”按钮,则为 true;否则为 falsetrue if the browser supports using a custom image in place of a standard form Submit button; otherwise, false. 默认值为 falseThe default is false.

适用于