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

データ フィールドを含むデータ バインド コントロール。

返品

フィールド エディターでデータ フィールドが有効かどうかを示す値。

適用対象