DirectoryControl.IsCritical 属性

定义

IsCritical 属性指定控件是否为关键控件。

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

属性值

如果控件是关键控件,则为 true;否则为 false

注解

此属性的默认值为 true

适用于