MobileCapabilities.SupportsImageSubmit 屬性

定義

會取得一個值,表示瀏覽器是否支援使用自訂圖片取代標準表單的提交按鈕。

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

屬性值

true若瀏覽器支援以自訂圖片取代標準表單的「提交」按鈕;否則,。 false 預設值為 false

適用於