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

一个值,该值指示数据字段在字段编辑器中是否处于启用状态。

适用于