DataControlFieldDesigner.IsEnabled(DataBoundControl) 方法
定义
当在派生类中重写时,获取指示是否在字段编辑器中启用数据字段的值。When overridden in a derived class, gets a value that indicates whether the data field is enabled in the fields editor.
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
包含数据字段的数据绑定控件。The data-bound control that contains the data field.
返回
一个值,该值指示数据字段在字段编辑器中是否处于启用状态。A value that indicates whether the data field is enabled in the fields editor.