HttpBrowserCapabilitiesBase.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

例外

适用于