MobileCapabilities.SupportsImageSubmit Property

Definition

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

Property Value

true if the browser supports using a custom image in place of a standard form Submit button; otherwise, false. The default is false.

Applies to