DirectoryControl.IsCritical Propriété

Définition

La propriété IsCritical spécifie si le contrôle est critique.

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

Valeur de propriété

true si le contrôle est critique ; sinon, false.

Remarques

La valeur par défaut de cette propriété est true.

S’applique à