Share via


MobileCapabilities.SupportsUncheck 屬性

定義

取得值,指出對核取的 HTML <input type=checkbox> 項目清除是否會反映在回傳資料中。

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

屬性值

如果對核取的 HTML true 項目清除會反映在回傳資料中,則為 <input type=checkbox>,否則為 false。 預設為 true

適用於