FormField.Enabled 属性

定义

确定是否启用了窗体字段。

public:
 property bool Enabled { bool get(); void set(bool value); };
public bool Enabled { get; set; }
member this.Enabled : bool with get, set
Public Property Enabled As Boolean

属性值

注解

如果启用窗体字段,则此属性返回 True ,否则返回 False 。 将属性值设置为 TrueFalse 以启用或禁用该功能。

如果启用了一个窗体域,则在填充该窗体时,可以更改其内容。

适用于