共用方式為


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

適用於