共用方式為


DataControlFieldDesigner.IsEnabled(DataBoundControl) 方法

定義

在衍生的類別中覆寫時取得值,這個值表示該資料欄位是否已在欄位編輯器中啟用。

public:
 abstract bool IsEnabled(System::Web::UI::WebControls::DataBoundControl ^ parent);
public abstract bool IsEnabled (System.Web.UI.WebControls.DataBoundControl parent);
abstract member IsEnabled : System.Web.UI.WebControls.DataBoundControl -> bool
Public MustOverride Function IsEnabled (parent As DataBoundControl) As Boolean

參數

parent
DataBoundControl

包含資料欄位的資料繫結控制項。

傳回

Boolean

指出資料欄位是否已在欄位編輯器中啟用的值。

適用於